Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
There are macros that have been programmed into a worksheet that I copied.
These macros are assigned to start-up when I open the worksheet. I then received a warning message that the macro cannot find the file that it has been assigned to access at start-up. I do not need the macro and would like to delete it, however, when I click on the macro it tells me the the reference is invalid. The delete key for this macor is not highlighted which prevents me from deleting it from my worksheet. Any help would be sincerely appreciated. |
#2
![]() |
|||
|
|||
![]()
Go into the VBE, and look in the codemodule of the ThisWorkbook object, and
also look in any sheet modules as well. If an event was used, you can't get to it through the usual Macro edit technique. HTH, Bernie MS Excel MVP "tcsigecan" wrote in message ... There are macros that have been programmed into a worksheet that I copied. These macros are assigned to start-up when I open the worksheet. I then received a warning message that the macro cannot find the file that it has been assigned to access at start-up. I do not need the macro and would like to delete it, however, when I click on the macro it tells me the the reference is invalid. The delete key for this macor is not highlighted which prevents me from deleting it from my worksheet. Any help would be sincerely appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete row contains specific word in an macro | Excel Discussion (Misc queries) | |||
Macro to delete a macro | Excel Worksheet Functions | |||
How to delete a Macro from within another Macro | Excel Worksheet Functions | |||
Macro to find and delete all FALSE statements | Excel Discussion (Misc queries) | |||
copy macro assigned buttons in an array | Excel Worksheet Functions |