LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default "Worksheet" "Change" using VB

I am trying to run some code (post date & time) on a worksheet evert time
any data changes in the sheet. I used the code below

Private Sub Worksheet_Change(ByVal Target As Range)

Worksheets("2008").Range("M7").FormulaR1C1 = "=TODAY()"

' Worksheets("2008").Range("N7").FormulaR1C1 = "=NOW()"

End Sub

I tried TODAY and NOW they both work when the sheet changes. However they
also activate every time I open the sheet. Just opening the sheet posts the
current date and time. I only want the last time data changed on the sheet to
change the time. Note I am not using the WORKSHEET OPEN or ACTIVATE
dropdown box I am using WORKSHEET CHANGE option. Please advise
Thanks
--
Thank You
RVF
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I change the column heading in Excel to display "A" "B" "C Thai New Users to Excel 1 November 30th 07 08:06 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
=IF(D13="PAID","YES","NO") Can I change fonts colour Kev Excel Discussion (Misc queries) 3 February 17th 06 04:27 AM


All times are GMT +1. The time now is 09:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"