PC Review


Reply
Thread Tools Rate Thread

current time

 
 
dummy
Guest
Posts: n/a
 
      15th Nov 2009
When I use (ctrl+shft+ to get the current time it always displays the
seconds as 00. Is there any way to get the seconds also?
Thanks
 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      15th Nov 2009
That is the accuracy of the procedure. If you want more, use =NOW()
best wishes
--
Bernard Liengme
http://people.stfx.ca/bliengme
Microsoft Excel MVP

"dummy" <(E-Mail Removed)> wrote in message
news:25134C20-0B23-469E-BF45-(E-Mail Removed)...
> When I use (ctrl+shft+ to get the current time it always displays the
> seconds as 00. Is there any way to get the seconds also?
> Thanks


 
Reply With Quote
 
Ms-Exl-Learner
Guest
Posts: n/a
 
      16th Nov 2009
But in the Now() function the time will be keep on changing to the current
system time, so you can use a small Time Macro To capture the Current Timing
with seconds.

Press ALT+F11 and go to Insert and click Module and paste the below code.

Sub Cur_Time()
ActiveCell = Time
End Sub

After pasting the code close the VBA and press ALT+F8, the Cur_Time Macro
will appear. Just select it and select Options and give your desired
keyboard button as shortcut key to run the macro.

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"dummy" wrote:

> When I use (ctrl+shft+ to get the current time it always displays the
> seconds as 00. Is there any way to get the seconds also?
> Thanks

 
Reply With Quote
 
JAF-In
Guest
Posts: n/a
 
      16th Nov 2009
Format the cell in custom as hh:mm
"dummy" wrote:

> When I use (ctrl+shft+ to get the current time it always displays the
> seconds as 00. Is there any way to get the seconds also?
> Thanks

 
Reply With Quote
 
David Biddulph
Guest
Posts: n/a
 
      16th Nov 2009
And how does that get the seconds to be non-zero?
--
David Biddulph

"JAF-In" <(E-Mail Removed)> wrote in message
news:35E0A3F4-168A-481A-B325-(E-Mail Removed)...
> Format the cell in custom as hh:mm
> "dummy" wrote:
>
>> When I use (ctrl+shft+ to get the current time it always displays the
>> seconds as 00. Is there any way to get the seconds also?
>> Thanks



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
" The current time on this computer and the current time on the network are diff Microsoft Windows 2000 Advanced Server 2 30th Apr 2004 06:51 PM
" The current time on this computer and the current time Kashif Mughal Microsoft Windows 2000 Security 0 30th Apr 2004 07:04 AM
The current time on this computer and the current time on the network are differ Dwaine Windows XP Networking 2 2nd Mar 2004 01:48 AM
"the current time on this computer and the current time on the network are diffe Manuel Windows XP General 1 10th Dec 2003 04:50 AM
the current time on this computer and the current time on the network are diff. Microsoft Windows 2000 Setup 1 12th Nov 2003 06:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:50 AM.