Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

report using Macros

Hi

Is it possible to export the entire sheet to excel.

Thanks,

Dhivya

5 Replies
Anil_Babu_Samineni

Each report into different sheets or only one sheet with contain of all report data?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

export one report containing all the sheet objects of one sheet into a excel file

Anonymous
Not applicable
Author

If moving the report is not possible

then I want to move all the sheet objects of one sheet into excel

Anil_Babu_Samineni

May be try this?

Sub EXPORT

set var = ActiveDocument.GetSheetByID("SH01").Activate

var.Export "Path\MyDoc.csv", ", "

End Sub

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

The Macroscript opens again.

It is not opening Excel