Hello everyone,

I am creating a tool for work with Excel that will track system idle time. The idea is that a Excel can be opened on the screen, in a small box, and a cell or button will change color when system idle time reaches 55 seconds (yellow) and 60 seconds (red); system idle time being mouse clicks or keystrokes. I am having trouble conceptualizing the best way to do this.

This is my VBA code so far,

Please Login or Register  to view this content.
it can track idle time with keystrokes and mouse clicks for 55 seconds, but I cannot figure out where to go from there.

Any help will be appreciated. Thank you.

Jen