Saving Excel file from the Web using VBS 
Author Message
 Saving Excel file from the Web using VBS

(Earlyer post answered but solution didn't work)

Here the source for my Script.vbs

Set IE = createobject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate " http://www.*-*-*.com/
Worldwide1.xls"

My script brings up the remote excel workbook just fine
however I would like to be able to add more to my code in
order to not only have it grab the excel file from the URL
but than save it to an excel file on my HD called
MyExcelFile.xls

Can someone Please help me with this?????



Tue, 21 Dec 2004 03:41:26 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. saving an excel file using VBS

2. How can I save a web page to file using VBS

3. Saving A remote Excel File frome the web

4. How can I save web page to file with VBS

5. Saving an Excel file without using Excel

6. Saving an Excel file without using Excel

7. How can I save a file in another web server using ABCUpload

8. open/save excel file in web application

9. need help: Open Excel, run macro, save file, close Excel

10. Saving Excel file to Excel file

11. Scripting Excel to Save As Web

12. Saving web pages to file using webBrowser or inet control

 

 
Powered by phpBB® Forum Software