438

  1. M

    VBA Run-time error ‘438’ - Unknown Reason

    Hello, Developing a code in Excel VBA for work (code at the end of this post) and I am running into the following error a few times in the code: Run-time error ‘438’: Object doesn’t support this property or method This code (full code posted below at end) is executed in one workbook, opens...
  2. K

    Error 438 when trying to run a macro from a button. Code then no longer work.

    Hi! This will be my first post to bear with me. I've ran into an odd problem that I hope someone has a solution to. I have a module that call several other moduels. The module works without errors. However, once i assign an Excel button to the macro and click it I get the following error...
  3. S

    Multiple Ranges with Last Row Error

    Trying to select multiple last rows, but I am not sure how to do this in VBA. I've tried two different methods Run TIME ERROR '438' Object does not support this method Run TIME ERROR '450' Wrong number of arguments or invalid property assignment Sub DiffLondon() Dim ws As Sheets Dim Wkb As...
  4. M

    Run Time Error 438 And AdvancedFilter

    I am hung up on one of those wonderful Run Time Error 438 situations. This is the code: Selection.AdvancedFilter Action:=xlFilterCopy, _ CopyToRange:=Workbooks("Replenishment Reports.xlsm").Sheet2.Range("A2"), Unique:=True I'm trying to copy only the unique values of a column (Selection) to...
  5. R

    Macro for creating bullets in word from excel

    Hello everyone, I wrote a macro in an excel spreadsheet that takes data from excel and then places it in a word document template that the macro loads from the C drive. I wasn't sure how to make the bullet formatting properly, so i recorded a macro in word that essentially goes to a bookmark...

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