Could I color the tabs based on a list in a sheet?
I have a breakout code that breaks out a sheet into multiples:
Sub CopyToNewSheetsByGroup2()
Dim strName As String, i As Integer
Dim UsedRng As Range, rng As Range, FRng As Range, R As Range, c As Range, sh As Worksheet
Dim HdrBoo As...