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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need help

how to use macros for converting into excel and pdf reports?

4 Replies
sujeetsingh
Master III
Master III

ankit777
Specialist
Specialist

The following macros code creates the Excel sheet in correct format during reload of the script.

sub Export

set obj1 = ActiveDocument.GetSheetObject("TB01")

obj1.ExportBiff "C:\Documents and Settings\User\Desktop\InnerJoin.xls"

msgbox("Done")

end sub

regards

Ankit

Not applicable
Author

vikasmahajan

PFA sample.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.