PC Review


Reply
Thread Tools Rate Thread

Alert user that row has been modified by changing row color

 
 
=?Utf-8?B?anVidQ==?=
Guest
Posts: n/a
 
      27th Jun 2007
I would like to set up a spreadsheet of data so that if anything is modified
in a cell, the entire row changes color. Is this possible in Excel and if
so, how can it be done. I have tried the "track changes" but that does not
change the background color, it marks the cell. Thanks in advance for any
help.
--
jubu
 
Reply With Quote
 
 
 
 
Bernie Deitrick
Guest
Posts: n/a
 
      27th Jun 2007
jubu,

Copy the code below, right-click the sheet tab, select "View Code" and paste the code into the
window that appears. It will make the entire row red when any cell is changed....

HTH,
Bernie
MS Excel MVP

Private Sub Worksheet_Change(ByVal Target As Range)
Target.EntireRow.Interior.ColorIndex = 3
End Sub


"jubu" <(E-Mail Removed)> wrote in message
news:44DE1BE1-B9A7-41D9-B538-(E-Mail Removed)...
>I would like to set up a spreadsheet of data so that if anything is modified
> in a cell, the entire row changes color. Is this possible in Excel and if
> so, how can it be done. I have tried the "track changes" but that does not
> change the background color, it marks the cell. Thanks in advance for any
> help.
> --
> jubu



 
Reply With Quote
 
=?Utf-8?B?anVidQ==?=
Guest
Posts: n/a
 
      30th Jun 2007

--
jubu


"Bernie Deitrick" wrote:

> jubu,
>
> Copy the code below, right-click the sheet tab, select "View Code" and paste the code into the
> window that appears. It will make the entire row red when any cell is changed....
>
> HTH,
> Bernie
> MS Excel MVP
>
> Private Sub Worksheet_Change(ByVal Target As Range)
> Target.EntireRow.Interior.ColorIndex = 3
> End Sub
>
>
> "jubu" <(E-Mail Removed)> wrote in message
> news:44DE1BE1-B9A7-41D9-B538-(E-Mail Removed)...
> >I would like to set up a spreadsheet of data so that if anything is modified
> > in a cell, the entire row changes color. Is this possible in Excel and if
> > so, how can it be done. I have tried the "track changes" but that does not
> > change the background color, it marks the cell. Thanks in advance for any
> > help.
> > --
> > jubu

>
>
> Bernie - Thanks so much for you help and wisdom!!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prevent user from changing font color (Excel 2003) Maxx Microsoft Excel Programming 4 23rd Jun 2009 04:04 AM
Alert sent automatically when my shared calendar is modified ? tony Microsoft Outlook Calendar 1 27th Jan 2009 04:56 PM
How can i get alert on my pc when shared excel sheet is modified? =?Utf-8?B?bWFoZXNoIGRhdmU=?= Microsoft Excel Misc 2 17th Aug 2007 05:26 PM
Conditional Format? - color if cell is modified by user =?Utf-8?B?amhzNjI2?= Microsoft Excel Programming 2 5th Aug 2005 03:03 PM
Changing Test Color to alert user dtlabo@yahoo.com Microsoft Access Forms 1 2nd Feb 2005 02:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:37 AM.