Removing disabled Macro

  • Thread starter Thread starter Nadine
  • Start date Start date
N

Nadine

I had been playing with some macros in a book I have. I didn't think I had
saved any of them. Now when I open that workbook, I get a message that says
macros are disabled because the security level is set to High... I'd like to
delete these macros that somehow got stored but when I go to Tools, Macros,
Macros the option to Delete one is not visible - it is grayed out.

Does anyone know how to remove these macros that I was fiddling with and
don't want to keep? Thank you.
 
You need to remove the Modules as well as the macros they used to contain.
 
Open the VBE. In the VBAProject explorer window, navigate to the module.
Right-click on it, "Remove", and choose not to export it (I'm assuming).
 
In the Project pane in the VBA Window, right-click the Module and select
Remove module.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Removing Macros 4
Unnamed Macro Error 2
Shape Arrays VBA 0
Enable Macro message 2
Excel TWO Instances of Excel One watching Other 3
Collapsing all groups 0
Macro warning - how to delete macro 3
Removing macro 3

Back
Top