Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to add more than 7 excel sheet Using macro

Hi,

I'm trying to add more than 7 excel sheet using macro.But it showing this error  msg "Subscript out of range".

kindly help me.How to resolve this issue.

10 Replies
Not applicable
Author

Do you mean to load the excel files?

If it is so, you could try this:

LOAD [Tabla MIC],

     <your fields>

FROM

[<your path>\*.xls]

(biff, embedded labels, table is [Sheet 1$]);

With that you can load all the excel files on a path without macros.

Anonymous
Not applicable
Author

No,

export to excel using macro.

ecolomer
Master II
Master II

The button are active and send two tables in two excel pages in the same file

ecolomer
Master II
Master II

Sorry is another file

Anonymous
Not applicable
Author

Hi,

i can able to generate two excel sheet.but i can't able to generate more than seven excel sheet.

ecolomer
Master II
Master II

if you go to the editor as see in the image, you can personalize your problemsend_to_excel.png

Anonymous
Not applicable
Author

No.

please understand my query.i cannot able to generate more than seven sheet.

Not applicable
Author

Did you try changing the Array size

ecolomer
Master II
Master II

You need change options in excel to open 10 o more sheet when a new file is created

See the figures

And in the editor personalize your problem with your tables ...