+ Reply to Thread
Results 1 to 2 of 2

how to include real time & date on a worksheet

  1. #1
    nde
    Guest

    how to include real time & date on a worksheet

    how to include real time & date on excel spread sheet

  2. #2
    Barb R.
    Guest

    RE: how to include real time & date on a worksheet

    I was supplied with a small macro that would enter the current date/time in a
    cell when invoked.

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

    Is that what you want?

    Barb Reinhardt

    "nde" wrote:

    > how to include real time & date on excel spread sheet


+ 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