Tracking Excel Use

James0816

Board Regular
Joined
Dec 8, 2003
Messages
92
very odd question but is it possible to track the amount of time a person is actively working in Excel? This question was just presented to me. I don't know of any type of activity log that Excel generates but figured I would ask the Pro's out here.

Thx
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
The question is: what does "actively working" mean? That the user is actually hitting the keyboard? If so, how long between keystrokes or cell updates before they're deemed to be inactive?

Or is it when they have a workbook open but they're not necessarily typing?

Or when they have Excel running but possibly no workbooks open?

In any case I think you're going to be reliant on VBA and as we know, it can be difficult to force people to enable macros, and the whole system would fall apart if they decide to create a new workbook as that wouldn't have any macros in it.

One possibility which springs to mind would be to use the Windows Task Scheduler to open a workbook in the background (i.e. invisibly) containing a logging macro, but the best this could do, I think, would be to detect whether Excel was running on the same machine and not whether anyone was actively using it.

Another method might be if they had (for example) Outlook open all day, you could have a macro running as soon as Outlook was opened which monitored whether Excel was active, but it wouldn't know whether anyone was actually using it.

At the end of the day, you'd still always be dependent on VBA, I think.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,560
Messages
6,179,520
Members
452,921
Latest member
BBQKING

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top