Thread: worksheet open
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default worksheet open


Private Sub Workbook_Open()
GetData
NameSheet
Extra
'[etc.
End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code



--

HTH

RP
(remove nothere from the email address if mailing direct)


"flow23" wrote in message
...
When I open the worksheet.. I want to execute few macros.. (name ...

Getdata
, namesheet ,extra)

what code do I tupe in the Worksheet_open?