macros

  • Thread starter Thread starter LH
  • Start date Start date
LH

Probably because your file used to have macros. You need to delete the
modules that held the macros as well as the macros themselves.

Andy.
 
Hi
probably the modules are still in your workbook.
Try the following
- open the VBA editor (ALT+F11)
- delete the (empty) modules from the explorer tree
- close the VBA editor and save the workbook

Try again
 
And don't forget to clear any lines of code from Sheet Modules and
ThisWorkbook module. Double-click on these to open.

Gord Dibben Excel MVP
 
Back
Top