+ Reply to Thread
Results 1 to 4 of 4

How do I insert an Auto Date in Excel

  1. #1
    R. Chambers
    Guest

    How do I insert an Auto Date in Excel

    I would like to insert an auto date in a form and not in the header/footer.
    Is this possible to do and if so, could you please provide me with
    instructions

  2. #2
    Registered User
    Join Date
    02-15-2005
    Posts
    29
    =today()

    The above formula will give you the date. Just put it where ever you want on your sheet.

    Best of luck

  3. #3
    Paul B
    Guest

    Re: How do I insert an Auto Date in Excel

    Your could put =TODAY() in a cell and it will update everyday, if you want
    to put in a date that want change you can use a macro with some code like
    this, maybe in the open or before print event
    Sheets("Sheet1").Range("A1") = Date

    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "R. Chambers" <R. [email protected]> wrote in message
    news:[email protected]...
    > I would like to insert an auto date in a form and not in the

    header/footer.
    > Is this possible to do and if so, could you please provide me with
    > instructions




  4. #4
    Dave Peterson
    Guest

    Re: How do I insert an Auto Date in Excel

    Do you mean a cell on a worksheet that looks like a form?

    If yes, just put
    =today()
    in your cell and format it the way you like.



    R. Chambers wrote:
    >
    > I would like to insert an auto date in a form and not in the header/footer.
    > Is this possible to do and if so, could you please provide me with
    > instructions


    --

    Dave Peterson

+ 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