Macro in Excel 2000

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

Guest

During opening Excel file is displaying message about contains macro.
Excel give two posibility: open with or without macro.
After opening with macro, I can't see it in macros list (Tools/Macro/Macros).
How I can check this macro and how I can delete it ??
 
Go to the VB IDE (Alt-F11)

If the workbook has modules, select it, then remove it (File>Remove
Module1). Say no to exporting.

Then click on ThisWorkbook, and each Sheet listed to see if there is any
code there, if so delete it.
 
I'm checked workbook and it don't has any modules.
Whot can I do ??


„Bob Phillips†pisze:
 
And the others?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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