Computing.Net > Forums > Office Software > Automatic System Time (excel)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Automatic System Time (excel)

Reply to Message Icon

Name: mountnco
Date: February 2, 2006 at 23:22:41 Pacific
OS: XP PRO
CPU/Ram: Pentium 4 3.2Ghz/ 1Gb
Comment:

I wish to create a button in a cell of an excel spreadsheet, which places the system time (just time, not date) in cell B3. Any formulas or ideas?

Thanks in advanced!

Once a hack always a hack



Sponsored Link
Ads by Google

Response Number 1
Name: dtech10
Date: February 3, 2006 at 06:59:31 Pacific
Reply:

Hi
Just create a button on the sheet and use this macro.
This shows the time as 13:24.


Private Sub CommandButton1_Click()
Range("A1").Value = Mid$(Now(), 12, 5)
End Sub


0

Response Number 2
Name: StuartS
Date: February 3, 2006 at 07:00:46 Pacific
Reply:

Use =Now() which will disply the time and date.

Then format the cell as Time which will only display the time.

The time will be updated every time the worksheet is recalcualted or by pressing F9.

Stuart


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Automatic System Time (excel)

Display Current system Time www.computing.net/answers/office/display-current-system-time-/2482.html

outlook schedule & system time sync www.computing.net/answers/office/outlook-schedule-amp-system-time-sync/4919.html

excel rank function www.computing.net/answers/office/excel-rank-function/3431.html