J
jkf
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
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