I am newbie to this so i maybe asking very stupid questions!
I have a macro that refreshes a =NOW() every 10 seconds, but it has to keep the workbook on one sheet (driver stint times) , I have two buttons that will take the user to two different sheets, but every 10 seconds it goes back to the original worksheet.
The code that takes user to the different worksheet is as simple as:
Sub stats()
'
' stats Macro
'
'
Sheets("Car Stats").Select
End Sub
Is there something I can put into this to stop the macro?
And then some code that I can use to restart the macro when they click the button to return to the sheet with the =NOW() on it?
Bookmarks