getting a macro warning, even through there is no code

S

Sandy

hi, I wrote a few lines of code on a module within a
workbook. I only needed to run to code once, then I
deleted the module and distributed the workbook.

The users are still getting a macro warning, even through
there is no code. How can I fix this?

thanks,
Sandy
 
D

Don Guillett

Then look to see if something in the ThisWorkbook module that you can ERASE.
Also, look in the code modules of each sheet and do the same.
 
Top