Remove Macro warning message

D

Dave

How do you remove the macro warning message on start up of
a workbook when you have deleted all the macros in the
workbook?
Thanks
 
M

mikelee

you have to go into the VB editor and delete the
modules. if you delete the macros using the dialog box,
it removes the macros, but leaves the blank modules.
deleting them should get rid of the warning message.

hope that helps.
 
Top