I have a macro that I want to run as part of open event. I recorded the macro to copy and paste some columns on a worksheet. This macro will only work when I am on that worksheet.
Since I want to run this macro as one of many applications when workbook is open and it doesn't always open on this specific worksheet I would like the code to target the worksheet and run the macro.
Here is my code :
Application.Run "'Workbook.xlsb'!Sheet5.Copy_Paste2"
I get this message: "Cannot run the macro "..." The macro may not be available in the workbook or all macros may be disabled."
I know macros are not disabled because the others ones that are not worksheet specific run just fine
Bookmarks