S
StuJol
i want to be able to save a website page (which is a text file into a
directory on my computer)I have the following code, which opens internet
exporer and goes to the web page in question, you can manually select file >
save and save the page as i text file. Is their any vb code that i can use to
automate the manual saving of the file?
Shell ("C:\Program Files\Internet Explorer\iexplore.exe"), vbMaximizedFocus
strExe =
"http://www.easy-to-use-databases.co.uk/Databases/Job_Manager/Job_Manager_Revisions.txt"
Application.FollowHyperlink strExe
directory on my computer)I have the following code, which opens internet
exporer and goes to the web page in question, you can manually select file >
save and save the page as i text file. Is their any vb code that i can use to
automate the manual saving of the file?
Shell ("C:\Program Files\Internet Explorer\iexplore.exe"), vbMaximizedFocus
strExe =
"http://www.easy-to-use-databases.co.uk/Databases/Job_Manager/Job_Manager_Revisions.txt"
Application.FollowHyperlink strExe