Can anyone tell me how, if it's possible, to have a macro automatically run as soon as you open the file? Is there a VB command I need to write? Thanks for the help.
it Alt+F11. Hit F7. In the left hand side of the VBE, there is a pane titled project_Something. Double click on ThiswWorkbook. Choose Open from the drop down box.
Private Sub Workbook_Open()
'your code here
End Sub
Tyrone Lumley
augerinn@gte.net
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.