View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] rogermht@gmail.com is offline
external usenet poster
 
Posts: 1
Default Mysterious auto_open

Hi All,
I have a file that runs a CopyAll macro when it is opened. I can
view the CopyAll macro in the vb editor.The funny thing is there is no
auto_open macro (or workbook_open) when i was in the editor. I was
puzzled why the macro will be executed automatically even without
these two macros. I found that there is a auto_open macro in
atpvbaen.xls which will call auto_open macro when i run it. But i
can't view the addin since it has a password. This is completely
baffling.

Roger