Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is my VB text:
Dim Nexttime Sub Toggle_sheets() Dim i Nexttime = Now + TimeValue("00:00:30") i = ActiveSheet.Index + 1 Range("b1").Select ActiveCell.FormulaR1C1 = "" If i 4 Then i = 1 ActiveWorkbook.Worksheets(i).Activate Application.OnTime Nexttime, "Toggle_sheets" End Sub And what I want to add is a timer inside of this so that: Range("b1").Select ActiveCell.FormulaR1C1 = "" would happen every 00:00:01 Can someone help me? Thanks Tyson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Timer in Excel | Excel Discussion (Misc queries) | |||
Pop up timer for excel | Excel Discussion (Misc queries) | |||
EXCEL TIMER CONTROL | Links and Linking in Excel | |||
Stopping a Timer / Running a timer simultaneously on Excel | Excel Discussion (Misc queries) | |||
Excel functions?????????FIRST TIMER | Excel Programming |