remove macro

J

jdengel

I removed a amcro from an excell file and now
when it loads it still ask me if I want to enable macros
How can I get rid of that problem
 
F

Frank Kabel

Hi
you also have to remove the module to get rid of this message:
- goto the VBA Editor (hit ALT F11)
- delete the (empty) module in the explorrer tree
 
I

Ian

You need to make sure that there are no remnants of code
anywhere in the workbook. Even if you have deleted all the
modules, there may still be some code in a worksheet or
Thisworkbook objects. Check these.

Rgds
 
Top