Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
excel timer function
Name: Paul ILT Date: February 19, 2003 at 03:39:44 Pacific OS: xp CPU/Ram: 1.8 256
Comment:
Hello
I am trying to use the timer function in excel without much sucess, what i want to do is put a button in the spreadsheet, when it is clicked a timer is then activated. Another button is then clicked to stop the timer then the time taken results are displayed in another cell.
Name: A Certain TH Date: February 25, 2003 at 13:30:19 Pacific
Reply:
Hi Paul
Best way I can think of doing this is to declare a public Date variable within the spreadsheet. When the first button is clicked, have some VBA assign the current system time to the variable. When the second button is clicked, have it compare the new current system time to the variable.
Two things to note: 1) You'll probably also want a boolean switch that tells the second button whether the first has actually been pressed 2) I sometimes have problems with the system time assignation to Date variables, and so if "to the nearest second" is good enough, I usually assign the seconds, minutes and hours out to integers
Summary: I've Excel VBA macros which repetitively open 100+ data files (no more than 4 open at once), do heavy number-crunching, save results, then do it all over again a few hundred times with slight variatio...
Summary: hi i have a bit of a problem, for a school SAC (assessment task thingy) i need to rank a group of numbers in Excel. i have already made up a pay report thingy and what i have to do is put in order the...
Summary: Hello, On an Excel spreadsheet: I have 5 columns, (1)a the name of the items, (2)a number, (3)numbers based on an average of differing numbers from the second column, (4)numbers based on an average o...