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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

Index on page loop excel

I have an excel template which contains a page loop. This loop will create alot of sheets.

Is it possible to create some kind of index sheet with a clickable link to the specific sheet?

1 Solution

Accepted Solutions
Daniel_Jenkins
Specialist III
Specialist III

Hi Amien,

NPrinting also supports Excel Macro Enabled Workbooks (.xlsm) so you can use VB script to achieve what you want.

I have attached a project that creates the following Excel file. A macro that creates the links is triggered whenever the file is opened. If the LINKS tab already exists it deletes it first.

When you click, say, F:

Extract to C:\Temp\Community\033 to preserve paths used or change them in the NSQ. Run the Task (task) to create the file. If you open the report template remember to preview as Xlsm:

HTH - Daniel.

View solution in original post

2 Replies
amien
Specialist
Specialist
Author

/Up .. this is not possible?

Daniel_Jenkins
Specialist III
Specialist III

Hi Amien,

NPrinting also supports Excel Macro Enabled Workbooks (.xlsm) so you can use VB script to achieve what you want.

I have attached a project that creates the following Excel file. A macro that creates the links is triggered whenever the file is opened. If the LINKS tab already exists it deletes it first.

When you click, say, F:

Extract to C:\Temp\Community\033 to preserve paths used or change them in the NSQ. Run the Task (task) to create the file. If you open the report template remember to preview as Xlsm:

HTH - Daniel.