Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to find out whether metrics have been captured related to the time saved by sorting Excl text or background by color. Has anyone come across these numbers, and if so, what are they, or where are they posted? Thanks, Henry |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure if there has been a study on that or not, but I would suggest if
you can't find anything, use this code below to time it and see for youself. Sub TimeTest() Dim StartTime As Single Dim EndTime As Single Dim RunTime As Single StartTime = Timer ' run test sort code or color sort code here EndTime = Timer RunTime = EndTime - StartTime MsgBox "RunTime = " & RunTime End Sub Hopefully this helps! If so, click "YES" below, Thanks! -- Cheers, Ryan "Henry Stockbridge" wrote: Hi, I am trying to find out whether metrics have been captured related to the time saved by sorting Excl text or background by color. Has anyone come across these numbers, and if so, what are they, or where are they posted? Thanks, Henry . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Nov 19, 11:42*am, Ryan H wrote:
I'm not sure if there has been a study on that or not, but I would suggest if you can't find anything, use this code below to time it and see for youself. Sub TimeTest() Dim StartTime As Single Dim EndTime As Single Dim RunTime As Single * * StartTime = Timer * * ' run test sort code or color sort code here * * EndTime = Timer * * RunTime = EndTime - StartTime * * MsgBox "RunTime = " & RunTime End Sub Hopefully this helps! *If so, click "YES" below, Thanks! -- Cheers, Ryan "Henry Stockbridge" wrote: Hi, I am trying to find out whether metrics have been captured related to the time saved by sorting Excl text or background by color. *Has anyone come across these numbers, and if so, what are they, or where are they posted? Thanks, Henry . Thanks, Ryan. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retaining metrics for each month | Excel Discussion (Misc queries) | |||
Daylight Saving Time (DST) and calculating time difference. | Excel Programming | |||
How do I set up Metrics? | Excel Discussion (Misc queries) | |||
web performance metrics chart help | Charts and Charting in Excel | |||
If Statement and two metrics | Excel Worksheet Functions |