View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
wilro85[_4_] wilro85[_4_] is offline
external usenet poster
 
Posts: 1
Default Auto Open sheet function


I'm curious, is it possible to set a program to run each time a sheet i
accessed? I imagine it would be similiar to:

Private Sub Workbook_Open()
End Sub

Perhaps:

Private Sub WorkSheet("name")_select()
End Sub

etc...

Is this a do able task

--
wilro8
-----------------------------------------------------------------------
wilro85's Profile: http://www.excelforum.com/member.php...fo&userid=2693
View this thread: http://www.excelforum.com/showthread.php?threadid=45139