Thread: AutoExec
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
George Perchette George Perchette is offline
external usenet poster
 
Posts: 1
Default AutoExec

Hi

I try to create a macro which runs when
excel is started.
I have tried it with - as word - a modul
called "AutoExec" and the routine "Sub Main".
I placed the xls in the XLStart-folder. It did not
work.
Then I tried it with a Auto_Open modul and
a different Modul with a "Sub Auto_Open()" in
it.

All this failed. Does anybody has an idea on
this? Thanks for any help.

Best Regards George