Code to save IE page in Access

M

Maarkr

i use the web activex component in Access to get some web pages to display in
a
few MS Access forms. This sometimes takes a long time to load the web pages.
I want to load them in the background when the Access program starts up, so
they will show up quickly when the form opens in Access. They don't need to
be an active page, so I thought I could pre-load them, save them as .mht
files, and load those later quickly. Does anyone know of some VB code to
save a web page as a .mht file after it loads within Access? I can load the
web pages in Access, but I want to code it to load, then save it, then load
maybe another page or two. Any other ideas to automate the saving of a web
view as an offline type of file?? I can already load a form with a web page
and hide it, then unhide it when viewed, but I don't want to do that.
 
D

Dorian

You could just hyperlink to the actual web page?

-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 

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