
Macro to save html source
use the Internet transfer control. It allows you to get the web page as raw
data and it has no visible interface. It also has appropriate events to
check whether loading is complete.
Fortune&Glory,
Robert
Quote:
> Having a major problem. I'm using powerpoint and I need to get the
> user to type in the URL of a web page. This is fine, but then I need
> to get internet explorer to open up in the background (hidden), open
> the web page and save the html source to a file. Is this possible? I
> was thinking there might be problems with allowing time for the web
> page to finish downloading before saving the source. If this is not
> feasible, are there any other options?