View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stevie_mac Stevie_mac is offline
external usenet poster
 
Posts: 39
Default Is there any onLoad kind of function for Excel

In VBA Environment, in the 'Workbook' add the following ...
Private Sub Workbook_Open()
'Do stuff in here
End Sub


"sameerce " wrote in message ...
Please help,
I am a novice to Excel programming. I wanted to define some variables
and give their initial values and also add some form controls on
loading of the Excel sheet. Is it possible to do it?

Thanks
Sameer


---
Message posted from http://www.ExcelForum.com/