Results 1 to 3 of 3

Date Stamp On Worksheet Change

Threaded View

  1. #1
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664

    Date Stamp On Worksheet Change

    Hi all,

    I have the following little piece of code that adds the date to C3 whenever the workbook is saved:

    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
       
       Sheets("Resourcing").Range("C3").Value = Now()
       
    End Sub
    Can anyone advise on how (if it is at all possible) to only run this code when someone changes a cell value (in particular the cells in range A7:AY186 and A189:AY216)?

    TIA,

    SamuelT
    Last edited by SamuelT; 04-23-2009 at 11:29 AM.

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