Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Tab Color Changes depending on value of a cell

Is there a way to automatically change the tab color depending on the value
of a cell
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Tab Color Changes depending on value of a cell

You gave NO detail but this will change tab color to number entered in cell
d1.
Right click sheet tabview codeinsert this

Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address < "$D$1" Then Exit Sub
Me.Tab.ColorIndex = Target
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Thiago" wrote in message
...
Is there a way to automatically change the tab color depending on the
value
of a cell


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Cell Background Color Depending on the Number Matlock Excel Discussion (Misc queries) 1 February 18th 08 01:41 AM
add up a list of values depending on the color of the cell Kimball Excel Discussion (Misc queries) 1 October 17th 06 07:11 PM
Different background color depending on x-axis value RealRaven Charts and Charting in Excel 2 August 3rd 06 09:04 PM
Cell color depending on statement kvadre Excel Discussion (Misc queries) 3 August 2nd 06 03:38 PM
Changing cell or text color depending on week number Roger Excel Discussion (Misc queries) 2 April 12th 05 09:42 AM


All times are GMT +1. The time now is 09:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"