Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
everest226
Creator III
Creator III

Micro not exporting in correct format

Micro not exporting in correct format

sub Export

set obj1 = ActiveDocument.GetSheetObject("CH03")


obj1.ExportBiff "C:\REport.xls"


msgbox("Done")


end sub


1 Solution

Accepted Solutions
everest226
Creator III
Creator III
Author

Was able to slove thanks

sub Export

set obj1 = ActiveDocument.GetSheetObject("CH03")

obj1.ExportBiff "C:\Report.xls"

msgbox("Done")

end sub

View solution in original post

1 Reply
everest226
Creator III
Creator III
Author

Was able to slove thanks

sub Export

set obj1 = ActiveDocument.GetSheetObject("CH03")

obj1.ExportBiff "C:\Report.xls"

msgbox("Done")

end sub