+ Reply to Thread
Results 1 to 6 of 6

System Error &H80010108 (-2147417848) object invoked disconnected client

  1. #1
    Registered User
    Join Date
    06-05-2008
    Posts
    5

    Cool System Error &H80010108 (-2147417848) object invoked disconnected client

    Hi all,

    Hoping you can help, as I am absolutely stumped. I have created workbooks for four health regions to collect data, which then needs to be resubmitted via FTP, but with de-identified data. The end users have little to no excel experience, thus had to make it simple as possible. Created a button that runs the macro (below) to deidentify (clear) all cells where there could possibly be personal identifying information. Runs fine on my cpu, but one user (so far) has received the error noted in the title. Both running excel 2003 with SP3 (I have version 11.8169.8172, user has 11.8316.8221), I have XP professional SP2, user has XP professional SP3. Spent hours searching and reading suggestions online, to no avail. Any simple solutions anyone can come up with would be truly appreciated.

    Thank you in advance!

    Please Login or Register  to view this content.
    Last edited by xclrInTraining; 01-07-2010 at 05:12 PM.

  2. #2
    Forum Expert
    Join Date
    01-03-2006
    Location
    Waikato, New Zealand
    MS-Off Ver
    2010 @ work & 2007 @ home
    Posts
    2,243

    Re: System Error &H80010108 (-2147417848) object invoked disconnected client

    hi xlclr,

    I'm not sure why I had the page open but by some coincidence, I had the below KB page open when I saw this thread - it may be of interest (I haven't read it all yet)...
    http://support.microsoft.com/default...b;en-us;319832

    Here's a shortened code which I think does the same as your original code:
    Please Login or Register  to view this content.
    hth
    Rob
    Rob Brockett
    Kiwi in the UK
    Always learning & the best way to learn is to experience...

  3. #3
    Registered User
    Join Date
    06-05-2008
    Posts
    5

    Smile Re: System Error &H80010108 (-2147417848) object invoked disconnected client

    Your solution works beautifully, many thanks. Wish you were a Kiwi hiding in my office as opposed to the UK.


    I've read the article in the link you provided, which wasn't quite as useful, more than likely due to my limited understanding of vba.

    More for my own understanding and knowledge, where exactly was I guilty of "early binding" or an "unqualified reference".

    Again, thanks... as far as grades go, 100% for sure. Well, 99%, it did take you over 40 minutes to post a response ;~p

  4. #4
    Forum Expert
    Join Date
    01-03-2006
    Location
    Waikato, New Zealand
    MS-Off Ver
    2010 @ work & 2007 @ home
    Posts
    2,243

    Re: System Error &H80010108 (-2147417848) object invoked disconnected client

    Thanks for marking the post as solved

    lol, be careful what you wish for - anything's possible!
    Where did you say your office was...?

    Ummm, Every reference to a range without a preceding workbook & worksheet (& in some cases a parent Excel App) can be considered "unqualified" which is why I've tied everything in using With statements. When Range statements are not "explicitly qualified" they default to the active sheet. My "ummm" is because I'm not sure why this would cause a problem in your situation where everything is done in one file & the focus is not changed during the macro...?
    Perhaps it has something to do with the FTP, I'm not exactly sure of the context or of FTP, so I'm sorry I can't provide a clear answer.

    On glancing at the code again, I would make a few changes as below & have included stream of consciousness comments too.
    Please Login or Register  to view this content.
    hth
    Rob
    Last edited by broro183; 01-07-2010 at 09:29 PM.

  5. #5
    Registered User
    Join Date
    02-26-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: System Error &H80010108 (-2147417848) object invoked disconnected client

    Hi All,

    I am using the below code, to copy data generated out of a web query. I have values in Col A which is the variable and generates data from web query on input.

    i am getting the same error as in this thread except the undisconnected client.

    Please Login or Register  to view this content.
    Any help or guidance would be much appreciated please.

    Sudi

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: System Error &H80010108 (-2147417848) object invoked disconnected client

    Sudi,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1