View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karen Karen is offline
external usenet poster
 
Posts: 447
Default Worksheet Change Event - track changes

I'm looking for an easy way to track changes in a large spreadsheet
Could someone help me with code to add a date into column P if any changes
are made in the row. The range that this needs to apply to are is A2:N5000

I know this is a worksheet change event but don't understand the mechanics
of writing the code to do what I want