Thread: macro autoexec
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default macro autoexec

No, Autoexec is Access I think. Rename it from
Sub Macro1()
or whatever it is called, to
Sub Auto_open()

.... or is the question "how do I write an excel macro ?" That is a longer
story, try to google it first.

HTH. Best wishes Harald

" skrev i
melding ...
I want to create macro. This macro should open when somebody open excel

file.
I know that macro named autoexec but i don't know how implemet it.