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
Code:
Inet1
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