Removing disabled Macro

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.
 
G

Gary''s Student

You need to remove the Modules as well as the macros they used to contain.
 
L

Luke M

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).
 
G

Gary''s Student

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


Top