View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Go to the VB IDE (Alt-F11)

If the workbook has modules, select it, then remove it (FileRemove
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.

--
HTH

Bob Phillips

"Marcin_71" wrote in message
...
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 ??