hello
Is ther any way i can get a digital clock on excel that changes or updates every second, i know htere is a "=now()" function but this does not change per second
thanks in advance
hello
Is ther any way i can get a digital clock on excel that changes or updates every second, i know htere is a "=now()" function but this does not change per second
thanks in advance
See Andy's examples here
http://www.andypope.info/fun/clocks.htm
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
thanks bro
thats what i want but i need it to be on a one individual cell
Good morning shilpz
Format cell A1 to a time format of your choice then run this macro. It will update the cell every second :
HTH![]()
Public CntTme As Double Sub StartClock() Sheets("Sheet1").Range("A1").Value = Now() CntTme = Now + TimeSerial(0, 0, 1) Application.OnTime CntTme, "'" & ThisWorkbook.Name & "'!StartClock", , True End Sub
DominicB
Please familiarise yourself with the rules before posting. You can find them here.
where do i copy the code to i dont understand it i formated the cell A! to time
ad pasted the forumula on a button but when i click the button
can you plz send it to me in a xls file plz
thanks in advance
Hi shilpz
Find zipped file, time.zip attached.
HTH
DominicB
Last edited by dominicb; 08-19-2008 at 04:30 AM.
I've put Domenic's code in this workbook, it's triggered when the workbook opens
Thanks for your Macro,It is working fine, again Thanks a lot.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks