• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Capture Time with HH:MM:SS using shortkey Ctrl+Shift+:

MaunishP

Member
Hi Team,
Whenever i use Ctrl + Shift + :, it is showing HH:MM format only, i want to record seconds also in it. Please provide me a solution to attached file

Regards,
Maunish Patel
 

Attachments

  • Time Track.xlsx
    9.5 KB · Views: 1
I'd write a short macro like this, and then assign it the same keystroke command.
Code:
Sub InsertTimeSecs()
ActiveCell.Value = Time
End Sub
upload_2014-11-5_16-14-23.png
 
Back
Top