macros not there

  • Thread starter Thread starter DaveB
  • Start date Start date
D

DaveB

I have a workbook that asks if I want to enable or
disable macros when I open it. But, when I look at
Tools/Marcros/Macros - there aren't any.

Why is it asking to enable/disable if there aren't any?

Thanks,
DaveB
 
When you record a macro, a module is automatically created, in which the
macro is stored. When you delete the macro, the module isn't
automatically deleted.

You'll have to remove the module in which the macro was stored, and
any code from the worksheet modules. There are some instructions here:

http://www.contextures.com/xlfaqMac.html#NoMacros
 
Back
Top