PDA

Click to See Complete Forum and Search --> : timer function or control


dvprasanna
Nov 7th, 2003, 04:41 AM
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

vutle
Nov 19th, 2003, 09:16 AM
Dim start, finish, totaltime
start = timer
finish = timer
totaltime = finish - start
MsgBox totaltime