RE: Change Cell Background color when Cell changes
- From: "Rowan" <Rowan@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 11 Apr 2005 21:24:02 -0700
Steve
Here is a simple solution that you can use as a starting point.
Right click the *** tab and select view code.
Past this code onto the *** module:
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 37
Target.Interior.Pattern = xlSolid
End Sub
This will change the background of any cell which is changed to blue. You
can play around with the ColorIndex to select another colour.
Hope this helps
Rowan
"Steve Roberts" wrote:
> I have a Department that wants to have a button added to a work*** that
> would 'watch' for any cell changes. If a cell changed, make the background
> of that cell a different color. Is there a way to do this?
>
> Thanks
>
> Steve
>
>
>
.
- Follow-Ups:
- Re: Change Cell Background color when Cell changes
- From: Steve Roberts
- Re: Change Cell Background color when Cell changes
- References:
- Change Cell Background color when Cell changes
- From: Steve Roberts
- Change Cell Background color when Cell changes
- Prev by Date: Re: Basic info I have forgotten....
- Next by Date: Re: Basic info I have forgotten....
- Previous by thread: Re: Change Cell Background color when Cell changes
- Next by thread: Re: Change Cell Background color when Cell changes
- Index(es):