Results 1 to 2 of 2

Thread: timer function or control

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2003
    Location
    india
    Posts
    1

    Question timer function or control

    hi am a new bie

    my problem is i want to use a timer control in excel
    i dont have vb on this pc

    bye
    Dvp

  2. #2
    Member
    Join Date
    Aug 2003
    Posts
    51
    Dim start, finish, totaltime
    start = timer
    finish = timer
    totaltime = finish - start
    MsgBox totaltime

Posting Permissions

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



Click Here to Expand Forum to Full Width