Automatically saving an website file

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
 
B

Brendan Reynolds

I just posted another suggestion to your on-going thread on this subject in
the microsoft.public.access newsgroup.

As that thread is still active, with three people actively trying to help
you there, perhaps it might be better not to fragment the discussion by
starting new threads on the same subject in multiple newsgroups.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top