G
Guest
I have a macro in one of my sheets of a 9 sheet file (run by ctrl z). Is there anyway to have it run automatically when I first open the file. If so, how?
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Frank Kabel said:Hi
you could also rename your macro to Auto_Open()
Frank Kabel said:Hi
sorry. In the first suggestion just use
Public sub workbook_open()
your_macro_name
end sub
Frank Kabel said:Hi
as said by Anson: In your workbook module ('ThisWorkbook') in the VBA
editor
by ctrl z). Is there anyway to have it run automatically-----Original Message-----
I have a macro in one of my sheets of a 9 sheet file (run
Thanks
.
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.