Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Time-Saving Metrics on Sorting By Color

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 489
Default Time-Saving Metrics on Sorting By Color

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Time-Saving Metrics on Sorting By Color

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Retaining metrics for each month Handy Excel Discussion (Misc queries) 4 March 8th 10 07:15 PM
Daylight Saving Time (DST) and calculating time difference. Chip Pearson Excel Programming 1 January 17th 07 03:35 PM
How do I set up Metrics? Agriff Excel Discussion (Misc queries) 0 November 1st 06 09:59 PM
web performance metrics chart help JVG Charts and Charting in Excel 0 February 6th 06 04:40 PM
If Statement and two metrics sony654 Excel Worksheet Functions 5 December 16th 05 05:21 AM


All times are GMT +1. The time now is 06:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"