Results 1 to 15 of 15

Run time error 2147417848

Threaded View

  1. #1
    Registered User
    Join Date
    07-30-2014
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    20

    Run time error 2147417848

    hey guys,

    I get the above error with the message: The object invoked has disconnected from its clients.

    I'm using this complex excel worksheet which was created by a guy before me. So I'm not sure what's happening inside of it in terms of codes.

    It was running perfectly fine without errors until today, and spits out the above error.

    debugging shows this.

    Sub DeleteRowsBasedOnCriteria()
    With ActiveSheet
    If .AutoFilterMode = False Then .Cells(1, 1).AutoFilter
    .Range("A1").AutoFilter Field:=10, Criteria1:="0.000000"
    .Range("A1").CurrentRegion.Offset(1, 0).SpecialCells _
    (xlCellTypeVisible).EntireRow.Delete
    End With
    End Sub
    underlined line is the yellow highlighted line in the VBA as error.

    And also I tried running this on Excel2003 and it worked without problems. So my problem is how come it's not running on 2010.

    Running on Excel2010 is the purpose and clients have the same.


    any help would be appreciated.

    Dilla
    Last edited by dilla1988; 03-11-2015 at 06:18 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. run-time error '2147417848 (80010108)': Automation error
    By YounesB3 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-28-2014, 02:29 PM
  2. MACRO ERROR WITH EXCEL 2013 - Run-Time Error '-2147417848 (80010108)'
    By graiggoriz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-29-2014, 11:07 AM
  3. run-time error '-2147417848 (80010108)': Automation error
    By BMaise12 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-05-2013, 03:19 PM
  4. Replies: 7
    Last Post: 05-15-2013, 09:02 AM
  5. Run-time error '-2147417848 (80010108)': Automation error
    By Lightboxes in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-28-2012, 05:53 PM

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