|
-
Aug 10th, 2011, 02:13 AM
#1
Thread Starter
New Member
Inet problem (stuck for days now...)
Dear all,
I'm stuck for several days now on the following problem (and I'm desperate!):
I have an Excell 2003 document with a macro (VBA) that runs fine on WinXP 32-bit MSOffice 2003. However I can't get it run on Excell 2010 Win7 64-bit.
The execution stops at the following line:
Code:
With UserForm1.Inet1
It highlights the and provides the following error message:
Compile error:
Method or data member not found
So far I have done the following:
- Checked that all references are the same than in Excell 2003 (especially Microsoft Internet Transfer Control)
- Added and registered the MSINET.OCX component using regsvr32 command (in the WINDOWS\SYSWOW64 folder as it didn't work in the WINDOWS\SYSTEM32 folder)
Any help / suggestion would be highly appreciated.
Many thanks !
Cheers,
Thomas
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
|