Invisible macro?

  • Thread starter Thread starter Cavemanz
  • Start date Start date
C

Cavemanz

After I have deleted a macro, everytime when I open that workbook, the
security alert keeps popping up. When I check for macro, there's none in the
macro list. Anybody has any idea on what to do?

Lim
 
Hi Lim,

have you checked if there is still code in the VBAProject?
To do so, press ALT+F11 to open up the code and open each of the workbooks
on the left to see if there is any code there.

Stefan
 
Hi Lim,
Cancel all the modules, class modules and all the code
from your workbook and everything will go back tom normal.

mike
 
You must REMOVE the module that the macro was in.
alt f11>click on the + at the project>click on + to expand modules>right
click on module >remove module>save
 

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

Back
Top