I have a spreadsheet with about 25 sheets. In some of the sheets specifically 6,7,13,17,18,19 I'm populating them with Database values. In some sheets I'm populating two table's data. Now I need to create a button which will do the following operation. On the button click event I need to traverse through all sheets and see if any sheet is filled.If it is filled then copy those contents to a file.I've already implemented coping one sheet contents to a file.
Question 1) I cannot understand how to do for multiple file.
Question 2) How to record that a particular sheet has been populated with two table values.Since I would be needed to make one file per table.
Question 3) Most importantly This will take a lot of time, hence I want to fasten my operations, so I want to do Multithreading. Any other way to improve speed would be great.
Another thing in general is, I would like to thank a loy of people for their help.ANy way where I can make post or blog about thid