Results 1 to 5 of 5

Thread: Inet problem (stuck for days now...)

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2011
    Posts
    2

    Unhappy 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
    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

  2. #2
    Hyperactive Member
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    457

    Re: Inet problem (stuck for days now...)

    What is the 'Inet1' Referencing in your original project? Is it a textbox or something on your form?

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Inet problem (stuck for days now...)

    judging by the name it's an INet control... if it's not begin found, then that means that there is no INet control names INet1 on Form1.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    New Member
    Join Date
    Aug 2011
    Posts
    2

    Re: Inet problem (stuck for days now...)

    Thanks guys

    Found a workaround (couldn't get it work in 64bit as MSINET.OCX is not compatible): installed MSOffice 32bit and added the Inet control on the Form.

    Cheers

  5. #5
    Hyperactive Member
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    457

    Re: Inet problem (stuck for days now...)

    Glad you figured it out, switching between 32 and 64 bit versions of office is quite a pain

Posting Permissions

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



Click Here to Expand Forum to Full Width