PDA

View Full Version : Excel stopwatch needed



Laudano
02-06-2011, 09:25 AM
I'm working on a prototype of a measuring device that needs a simple remotely activated (Excel) stop watch.
It simply needs to record elapsed time starting at 00:00 and mark time at a series of particular events.
The data would be recorded in two columns.
The first cell in the first column would simply have the running clock. The cells in the second column would each record the time of the events. The triggering device is yet to be determined but initially could be the left button of a common mouse. ultimateley the trigger will be a non-contact sensor of some sort.
Anybody know of a program than does this?
Thanks,
John

stanleydgrom
02-06-2011, 12:05 PM
Laudano,

Welcome to the VBA Express forum.

This may help you get started:

Create a StopWatch in Excel
http://vbaexpress.com/kb/getarticle.php?kb_id=242


Have a great day,
Stan

Laudano
02-07-2011, 05:28 AM
Thanks, I'll give it a try.
John