View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lost and Looking for Help Lost and Looking for Help is offline
external usenet poster
 
Posts: 15
Default Is this even possible????

I want this statement to run upon opening my excel file. I have this code
located in the This workbook tab and i want it to call the Sub Main in the
Worksheet info if it is inbetween this time. I know this code isn't right
but can and how can you do this.

Private Sub Workbook_Open()
If Time "12:10:00" And Time < "12:30:00" Then Call Main
End Sub