+ Reply to Thread
Results 1 to 4 of 4

Excel Date

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    3

    Excel Date

    I need to have the date in my excel spreedsheet change only when the sheets are updated. I have 4 or more sheets per workbook and not all sheets are not updated at the same time.

  2. #2
    Registered User
    Join Date
    12-15-2004
    Posts
    64
    In the simplest terms this would do the trick and a good starting point

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)

    Cells(1, 1) = Now

    End Sub

    Regards

    Adrian

  3. #3
    Tom Ogilvy
    Guest

    RE: Excel Date

    Use the change event

    See Chip Pearson's page on events
    http://www.cpearson.com/excel/events.htm

    --
    Regards,
    Tom Ogilvy


    "All In" wrote:

    >
    > I need to have the date in my excel spreedsheet change only when the
    > sheets are updated. I have 4 or more sheets per workbook and not all
    > sheets are not updated at the same time.
    >
    >
    > --
    > All In
    > ------------------------------------------------------------------------
    > All In's Profile: http://www.excelforum.com/member.php...o&userid=36285
    > View this thread: http://www.excelforum.com/showthread...hreadid=560658
    >
    >


  4. #4
    Registered User
    Join Date
    07-12-2006
    Posts
    3

    Thank you for the help

    Thanks for the help. That seem to work for the whole spreed sheet. One more question is there a way to setit up differnt on the 4 sheets. The problem I have is that all the sheets in the workbook are not up dated at one time and I need to have the date show when there were update. Thanks again for the help.

+ 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