Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2008

Tip: Looking for answers? Try searching our database.

How do you have the cells highlight changes? (no track changes)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bevsweets - 21 Mar 2008 18:04 GMT
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?
Gary''s Student - 21 Mar 2008 18:29 GMT
Put the following macro in the worksheet code area:

Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 6
End Sub
Signature

Gary''s Student - gsnu200775

> 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?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.