AUTO START

  • Thread starter Thread starter JIMBO
  • Start date Start date
J

JIMBO

How do i automatically start a macro evrytime i load a
worksheet.

Thanks

Ed
 
Ed,

In the ThisWorkbook code module, use

Private Sub Workbook_Open()
' your code here
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Hi,

Create a macro called AUTO_OPEN in a module or put the coden in th
Workbook_Open sub, you'll find it in ThisWorkbook.

/Nick
 

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