|
-
Jul 10th, 2007, 10:26 AM
#1
Thread Starter
New Member
Save page as .mht file ?
Hi
I use this
Set ObjIE = CreateObject("InternetExplorer.Application")
ObjIE.Visible = True
ObjIE.Navigate2 "http://www.google.dk/search?hl=da&q= test &meta="
'Wait till the page is completely displayed!
'The following three lines are not needed if
'you don't want to wait for the 1st page to display completely
While ObjIE.ReadyState < 4
Sleep 100
Wend
Can I save the page as .mht file ? with my makro
Last edited by Josph; Jul 10th, 2007 at 10:31 AM.
Reason: Need to write more
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|