Startup macro

  • Thread starter Thread starter Zeno
  • Start date Start date
Z

Zeno

Is it possible for automatic start of macro in moment when excel file is
opening.
I mean when I open excel file specific macro will be immediately automatic
started.


Zeno
 
option explicit
sub auto_Open()
call yourspecificmacronamehere
end sub
 

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