I need help with VBScript.
Using active X script of SQL 2000 DTS package, I am trying to open an
Excel workbook, refresh data, save workbook and close the workbook.
I have code to do all that, but I have problem with timing issue
between Refresh command and save workbook command. I don't have enough
time between refresh and save commands.
I am doing this to several workbooks that I can't set fix time. I need
to find a way to parse until refresh is done and go on to next step.
Is there a command to do this?
Thanks for any help you can give...