Computing.Net > Forums > Office Software > Excel - Enter Last Modified date into a cell

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel - Enter Last Modified date into a cell

Reply to Message Icon

Name: MikG
Date: May 29, 2009 at 13:22:03 Pacific
OS: Macintosh
Product: Apple MACBOOK PRO
Subcategory: Microsoft Office
Comment:

I have been looking around for an Excel VB Macro or formula that will enter the date into a cell when any cells on the ROW have been modified.

I am running Excel 2008 for Mac

I have multiple columns (A through S), where some already contain data. I want to have the date automatically appear in column T when any of the cells (A-S) have been modified. I have many hundreds of rows.

I am new to Macros but am very versed in formulas.

Thank you for any assistance anyone can offer.



Sponsored Link
Ads by Google

Response Number 1
Name: DerbyDad03
Date: May 29, 2009 at 20:44:08 Pacific
Reply:

I don't use a Mac and I'm running Excel 2003 Pro, so this is what I would do:

Right-click the sheet tab, choose View Code and paste this in:

Private Sub Worksheet_Change(ByVal Target As Range)
  Range("T" & Target.Row) = Date
End Sub

Is that how you enter a Worksheet_Change macro in Excel 2008?


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel - Enter Last Modified date into a cell

Last modified date in Excel cell www.computing.net/answers/office/last-modified-date-in-excel-cell-/7244.html

Excel Date last modified www.computing.net/answers/office/excel-date-last-modified/9561.html

How do I make a letter into a name www.computing.net/answers/office/how-do-i-make-a-letter-into-a-name-/5062.html