vba to change tab color

  1. D

    Using VBA to change sheet tab color to a particular color if found in range.

    Hello. I have sheets that I download for my job that have a shade of red in a cell to indicate that it is over the limit. The range is A:1 to A:3000. I was trying to create a code that if any cell( even if just one) in that range is the shade of red the sheet tab would also turn into that shade...
  2. dchaney

    VBA to change Tab Color

    First i would like to thank JoeMo for the following code, but I have questions about it... Private Sub Worksheet_Change(ByVal Target As Range) Dim myRng As Range, vRng As Range Set myRng = Range("C14") If Intersect(myRng, Target) Is Nothing Then Exit Sub For i = 1 To myRng.Areas.Count...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top