Invisible macro?

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
 
S

Stefan Schier

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
 
M

mike

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

mike
 
D

Don Guillett

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
 
Top