Problem with macro message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I open a template in Excel 2000, I get the following warning message:

"This workbook contains a type of macro (Microsoft Excel version 4 macro)
that cannot be disabled. There may be viruses in these macros. If you are
sure this workbook is from a trusted source, click yes. Open the workbook?"

I've commented out all macro and other vba code and still get this message.
How can I determine what is causing it?

Thanks
Rut
 
Hi
you have to completely remove the modules. Just commenting out is not
sufficient
 
VB4 macros are on macro sheets - generally they're hidden.

Best thing to do is to copy the worksheets to a new workbook if you don't
need the code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top