|
-
Mar 13th, 2002, 08:05 AM
#1
Thread Starter
Lively Member
user defined - error
Hi guys,
I declared a varibale like this..
Dim oXML As MSXML2.XMLHTTP30
Set oXML = New MSXML2.XMLHTTP30
then when I run the project -
It gives an error "User-defined type not defined"
DO you guys explain me why it gives error even I declared it?
-
Mar 13th, 2002, 08:09 AM
#2
Addicted Member
That happens beacause you have not referenced the required dll that contains the required classes.
You need to click on the menu Project -> References and select the microsoft XML v3.0 library!
Hope this helps...
-
Mar 13th, 2002, 08:14 AM
#3
Thread Starter
Lively Member
It works now, thank you
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
|