Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can i display the date and time at real-time?Below is the script. Please
advice.. Private Sub txtTimeDAte_Change() Dim MyDate MyDate = Now ' MyDate contains the current system date. txtTimeDAte.Text = Format(MyDate, "dd,mmm yy hh:mm:ss AMPM ") End Sub Julian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I display data refresh date and time | Excel Worksheet Functions | |||
Date time control does not display correctly | Excel Discussion (Misc queries) | |||
Date and Time display | Setting up and Configuration of Excel | |||
if a cell contains text, then display date and time | Excel Discussion (Misc queries) | |||
how do I display username, current time & date on the status bar | Excel Programming |