macro autoexec

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top