Results 1 to 1 of 1

Thread: Save page as .mht file ?

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2007
    Posts
    10

    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
  •  



Click Here to Expand Forum to Full Width