Consulting

Results 1 to 2 of 2

Thread: Solved: Microsoft Internet Controls Library

  1. #1

    Solved: Microsoft Internet Controls Library

    Hi, How do you add the Microsoft Internet Controls to your available references?

    I don't see it listed under Tools/Refences. The program below worked for me once but running it doesn't do anything anymore.

    [vba]Sub SetRefs()
    Dim ObRef
    On Error Resume Next
    ' Adds Internet Controls Ref
    ThisWorkbook.VBProject.References.AddFromGuid "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}", 1, 1
    End Sub[/vba]

    Thanks!
    Last edited by enrique63; 06-02-2010 at 01:14 PM.

  2. #2
    Found the solution at:
    http://www.mrexcel.com/forum/showthr...a+extract+html

    In the VB Editor, got to Tools/Reference, then browse to:
    C:\WINDOWS\system32\shdocvw.dll

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •