Thread: extra command
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
jkf[_2_] jkf[_2_] is offline
external usenet poster
 
Posts: 4
Default extra command

is it possible for excel to move on to the day using the pc clock,

i have a doc that uses sheets for each day of week as in


Sub ADDSHEET()
For G = 31 To 1 Step -1
Sheets.Add.Name = G & ".01.08"
Next G
End Sub

so would it be possoible to add a extra command so it would open the
corresponding sheet dependant on date

hope this makes sense

tia

JKF