+ Reply to Thread
Results 1 to 3 of 3

Time Stamp

  1. #1
    Andrew C
    Guest

    Time Stamp

    Hi

    i wish to record in my current cell (whichever i have selected) to record
    the current time. I need to show hours, minutes and seconds. I have looked
    atthe Ctrl-Shift-; option but it doesnt record seconds option.

    How can record this information at a push of a button

    Thanks

  2. #2
    Gord Dibben
    Guest

    Re: Time Stamp

    Sub NOWTIME()
    ActiveCell.Value = Format(Now(), "h:mm:ss AM/PM")
    End Sub

    Assign the above to a button.


    Gord Dibben MS Excel MVP

    On Wed, 26 Jul 2006 20:21:01 -0700, Andrew C <AndrewC@discussions.microsoft.com>
    wrote:

    >Hi
    >
    >i wish to record in my current cell (whichever i have selected) to record
    >the current time. I need to show hours, minutes and seconds. I have looked
    >atthe Ctrl-Shift-; option but it doesnt record seconds option.
    >
    >How can record this information at a push of a button
    >
    >Thanks



  3. #3
    Andrew C
    Guest

    Re: Time Stamp

    Thank you works great

    "Gord Dibben" wrote:

    > Sub NOWTIME()
    > ActiveCell.Value = Format(Now(), "h:mm:ss AM/PM")
    > End Sub
    >
    > Assign the above to a button.
    >
    >
    > Gord Dibben MS Excel MVP
    >
    > On Wed, 26 Jul 2006 20:21:01 -0700, Andrew C <AndrewC@discussions.microsoft.com>
    > wrote:
    >
    > >Hi
    > >
    > >i wish to record in my current cell (whichever i have selected) to record
    > >the current time. I need to show hours, minutes and seconds. I have looked
    > >atthe Ctrl-Shift-; option but it doesnt record seconds option.
    > >
    > >How can record this information at a push of a button
    > >
    > >Thanks

    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1