Sharid
Well-known Member
- Joined
- Apr 22, 2007
- Messages
- 1,066
- Office Version
- 2016
- Platform
- Windows
Hi
I keep getting this Compile Error message User defined type not defined when i run a code
This is just a snipit of the code
Public Sub IE_Whitepages2()
Dim IE As InternetExplorer
Dim URL As String
Dim HTMLdoc As HTMLDocument
Dim phoneDivs As IHTMLElementCollection, phoneDiv As HTMLDivElement
Dim i As Long
Dim destCell As Range
Can some explain what I'm doing wrong
I keep getting this Compile Error message User defined type not defined when i run a code
This is just a snipit of the code
Public Sub IE_Whitepages2()
Dim IE As InternetExplorer
Dim URL As String
Dim HTMLdoc As HTMLDocument
Dim phoneDivs As IHTMLElementCollection, phoneDiv As HTMLDivElement
Dim i As Long
Dim destCell As Range
Can some explain what I'm doing wrong