getting a macro warning, even through there is no code

  • Thread starter Thread starter Sandy
  • Start date Start date
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
 
I deleted the module.
-----Original Message-----
Did you delete the module or just delete the code from the module?

--
Don Guillett
SalesAid Software
(e-mail address removed)



.
 
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.
 
Back
Top