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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
SunilChauhan
Champion II
Champion II

send to excel not working in qlikview 9.0

hi,

i am trying to export a table in excel .but unfortunately its not working.

i am using macro







Sub SendToExcel



set

obj = ActiveDocument.GetSheetObject("CH2019")

'........data of TB01 object is read into obj'

"D:\Qlik2Finance\Work\TOM\\filename.xls"

'.....set path of excel file with default name'''Sub

End





post reload i want to export

docment properties/triggers/onpostreload have action SendToExcel.

any help

Sunil Chauhan
2 Replies
pover
Partner - Master
Partner - Master

Is that your macro or did it not copy all the macro? If you have trouble copying the script, look for the post in the forum to copy script into the forum or copy it first to notepad and then to the forum so that we can help you.

Regards.

SunilChauhan
Champion II
Champion II
Author

thanks for your kind reply

macro is not an issue.

because it is working on button click.but on post reload it is not working.

steps i follow is

settings ->document properties->triggers->onpostreload ->add action->sendtoexcel(Microname)

looking for your response.

Tom

Sunil Chauhan