WD: TimeValue() Function Returns Incorrect Time Value |
Q117699
The TimeValue macro function ignores the "p" in "2:04 p" and returns a serial number for "2:04 am" instead.
The times listed below all refer to the same time, 2:04 in the afternoon.
2:04 pmWhen the values "p" or "P" are passed to the WordBasic TimeValue() function, TimeValue() fails to recognize them as being valid notations for "pm". It instead ignores the "p" and treats the value as a morning time value--that is, "am."
2:04 PM
2:04 p
2:04 P
Use "PM", "pm", "AM" or "am" instead of "P", "p", "A" or "a" when passing values to the TimeValue() function.
Microsoft has confirmed this to be a problem in the Word versions listed in the Applies To section of this article. This problem has been corrected in Word 97 for Windows and Word 98 Macintosh Edition.
Additional query words: time value
Keywords : kbmacro kbprg kbdtacode wordnt ntword macword word6 word7 word95
Issue type : kbbug
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |