Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to automate somre tracking on a multiple tab worksheet. so that
when a value in cell X is = X it changes the tab to green to show its done. Sub Tab_color_change() ' ' Tab_color_change Macro ' Macro recorded 8/12/2008 by BRC ' ' Sheets("Test log ").Select If t39 = 10 Then ActiveWorkbook.Sheets("Test log ").Tab.ColorIndex = 4 Else ActiveWorkbook.Sheets("Test log ").Tab.ColorIndex = 3 End If End Sub it runs no errors but it doesn't matter whats in cell T39 it turns the tab red. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change tab color based on current color of a cell | Excel Discussion (Misc queries) | |||
Excel: Syntax to change cell color based on color of another cell | Excel Worksheet Functions | |||
change fill color of a range of cells based on color of a cell? | Excel Programming | |||
Set color of cell based on info on another sheet? | Excel Worksheet Functions | |||
Browse Forms Controls and change TextBox color based on cell color | Excel Programming |