I have VBA code for a Countdown timer that works great for one cell per sheet, but I want it to work for multiple cells in the same column.
This code works for one cell. In this case it is referencing cell G6. But I would like to run the timer on any active cell in Column G.
I tried this (Set Count = ActiveCell.Range("G4:G100").Select), and some other variations of that same concept, but it does not work. I get error type "Mismatch". I'm completely stuck. Any help is much appreciated.
![]()
Please Login or Register to view this content.
Bookmarks