I currently have a spreadsheet with a load of data (say 100 rows). I need to call an ASP page on a server and pass the data over. Currently I call the ASP page as part of a loop. But I need to kill the explorer page once the page has processed the data otherwise we just stop there. I have been able to avoid the waiting, and the loop will open 100 odd Internet eplorer sessions which I have to kill.
Is there another way? - does not have to be .net would like VBscript or Java script.
All I want is to open the excel click on a button and then the Excel starts at one row, works its way through the spreadsheet and does not leave any windows open. There are one hundred rows currently could go up to five hundred and multiple sheets.
Thanks a lot.
Wonko the Sane
Is there another way? - does not have to be .net would like VBscript or Java script.
All I want is to open the excel click on a button and then the Excel starts at one row, works its way through the spreadsheet and does not leave any windows open. There are one hundred rows currently could go up to five hundred and multiple sheets.
Thanks a lot.
Wonko the Sane