error -2147417848

  1. J

    Copy tables from outlook to excel

    I receive everyday reports with tables in outlook, I want to create a macro that can copy the table in a new excel file and save it to a folder in my desktop, I have this code that it is working with small tables, 100 or 200 rows, but it fails with bigger tables with 2000 rows or more, the error...
  2. F

    VBA Run-time error '-2147417848 (80010108'): But I can't find what's wrong.

    I use this VBA in a macro. Excel2016.: Option Explicit Sub LastRowWithData() Dim lastRow As Long lastRow = ActiveSheet.Range("E" & Rows.Count).End(xlUp).Row Range("Control!B2") = lastRow Range("J1") = lastRow End Sub The debugger indicates that the red highlighted row is the problem. I can't...
  3. M

    VBA Userform creating Run Time error -2147417848 (80010108)

    Hi, I've got the following vba code that looks up a vendor name based on a user entered vendor number. If the vendor number doesn't exist a msgbox pops up, and the userform should unload and dissapear. But I get a run time error that I can't figure out why and I've searched everywhere for what...
  4. D

    Protecting VBA project causes automation error : The object invoked has disconnected from it's clients

    My environment is XP running office 2007. I am developing an excel application using VBA forms. everything works fine, no errors, until I protect the VBA project. When I protect it, I close and save the workbook and then re-open it. Many times it works the first time I open it and fails on the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top