Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am using the following to change cell colours in a individual cells in a range but I also want the Tab Colour to change if any of the cells in the named range are changed. Any ideas on the correct code ? Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range) If Not Intersect(Target, Sh.Range("B3:B36")) Is Nothing Then Target.Interior.ColorIndex = 6 Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change the colour | Excel Worksheet Functions | |||
HOW TO CHANGE ROW COLOUR | New Users to Excel | |||
change a cell background colour to my own RGB colour requirements | Excel Discussion (Misc queries) | |||
Code to change interior colour only if current interior colour is | Excel Programming | |||
IF... change colour | Excel Programming |