Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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