deleting macros

B

Becky

I have a spreadsheet that had a macro in it. We deleted
the macro, however when we open the file, we are still
asked 'this work book you are opening contains macros'.
How do I delete everything so we are not asked this
anymore?
Thanks in advance for your help,
Becky
 
J

jeff

Hi,

YOu need to check (in VBA editor) for any Modules
(Module1) and delete them also. (make sure they're
empty)

jeff
 
B

Becky

I'm not very good in VB, can you give me the path to
delete this? When in visual basic, I'm not seeing
anything to delete.
Thanks Jeff!
 
Top