Macro in Excel 2000

M

Marcin_71

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 ??
 
B

Bob Phillips

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.
 
M

Marcin_71

I'm checked workbook and it don't has any modules.
Whot can I do ??


„Bob Phillips†pisze:
 
B

Bob Phillips

And the others?

--

HTH

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

Marcin_71

I checked all sheets and there are no any modules.

„Bob Phillips†pisze:
 
Top