Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do you have the cells highlight changes? (no track changes)

I have a speadsheet that will require many people to review and make changes
to it. I need to be able to know what those changes are. Without using
track changes, is there a way to format the cells in such a way that will
either highlight the cell and/or change the font color if a change is made?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How do you have the cells highlight changes? (no track changes)

Put the following macro in the worksheet code area:

Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 6
End Sub
--
Gary''s Student - gsnu200775


"bevsweets" wrote:

I have a speadsheet that will require many people to review and make changes
to it. I need to be able to know what those changes are. Without using
track changes, is there a way to format the cells in such a way that will
either highlight the cell and/or change the font color if a change is made?

Reply
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
highlight row/column to track current cell ... and more! prupp New Users to Excel 3 February 11th 08 07:25 PM
formula to track timeframe by automatically highlighting cells maijiuli Excel Worksheet Functions 6 July 16th 07 09:16 PM
How would I track a rolling set of 30 cells? CJ Barnes Excel Worksheet Functions 3 February 25th 07 05:35 PM
Need to track cells that haven't been updated telewats Excel Discussion (Misc queries) 2 January 24th 06 07:16 PM
Highlight cells with ctrl-click but only un-highlight one cell hagan Excel Discussion (Misc queries) 5 May 27th 05 06:45 PM


All times are GMT +1. The time now is 05:13 PM.

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

About Us

"It's about Microsoft Excel"