startup macros

F

Frank Kabel

Hi
You can put a macro in the workbook_open event
Private Sub Workbook_Open()
..... ' your code or call of another procedure
End Sub

HTH
Frank
 

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

Top