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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export to Excel by Button

jaganvinay_bangariecolomer

Hi Experts,

I'm not familiar with macros at all…! Unfortunately, not even the basics..

I need a button that will export a table to excel. Please find the attached qvw file below.

Thank you in advance.

21 Replies
Not applicable
Author

Hi all,

I' ve used

thank you

Not applicable
Author

Hi Christiana,

you can change the index range excel where starting to print the pivot that you export.


In function exportToExcel_Variant1/2/3 chenge the column 2 of array of object

aryExport(0,2) = "A1"              change to (example)       aryExport(0,2) = "F25"

Regards

Gennaro