LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Formatting short times

I run VBA in Microsoft Visual Basic 6.5.1053 from Microsoft Office Excel
2003 (11.8332.8333) SP3 from Windows Vista Business Service Pack 2.

I have string data representing minutes and seconds. e.g. "2:30",
"12:00", "25:00"

When I write to a cell with an instruction like activecell = S, the data
is allocated a format from my list of custom formats, either "hh:mm" or
"hh:mm:ss". While I am not bothered that "2:30" is rendered as "02:30",
I am that "25:00" is rendered as "25:00:00".

When I tried activecell = Format(S, "mm:ss"), "12:00" is always
displayed and "hh:mm" is the selected custom format.

I would appreciate code which will satisfy my specific need.
i.e. a format string which renders coherently or otherwise.

I would also appreciate pointers to good documentation, which explains
how cell = value is rendered.

Thanks.
--
Walter Briscoe
 
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
Having a problem formatting short time clueless New Users to Excel 1 July 21st 08 01:46 AM
Short Date Formatting Majikwoman Excel Discussion (Misc queries) 8 June 21st 08 02:00 AM
Despite formatting a column in Excel 2002 worksheet as Short Date. Pete Whalley Excel Discussion (Misc queries) 2 February 7th 05 06:17 PM
Formatting times Ken[_22_] Excel Programming 2 July 6th 04 02:58 PM
Formatting times SmilingPolitely Excel Programming 1 April 19th 04 03:04 PM


All times are GMT +1. The time now is 09:40 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"