Consulting

Results 1 to 3 of 3

Thread: Excel stopwatch needed

  1. #1
    VBAX Newbie
    Joined
    Feb 2011
    Posts
    2
    Location

    Excel stopwatch needed

    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

  2. #2
    VBAX Tutor
    Joined
    Nov 2006
    Location
    North East Pennsylvania, USA
    Posts
    203
    Location
    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

  3. #3
    VBAX Newbie
    Joined
    Feb 2011
    Posts
    2
    Location
    Thanks, I'll give it a try.
    John

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •