Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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