Hey guys sorry to do this to you Friday pm but HELP!!!!!!! Recorded a macro which has ground to a halt and the debug says the problem is here:
Selection.FormatConditions(Selection.FormatConditi ons.Count).SetFirstPriority
With Selection.FormatConditions(1).Font
.ThemeColor = xlThemeColorDark1
.TintAndShade = 0
End With
Was a simple conditional format to say that if the column contained a certain text change the font to white.
As always any ideas gratefully received
Don't worry - sussed it - have a good weekend all
Selection.FormatConditions(Selection.FormatConditi ons.Count).SetFirstPriority
With Selection.FormatConditions(1).Font
.ThemeColor = xlThemeColorDark1
.TintAndShade = 0
End With
Was a simple conditional format to say that if the column contained a certain text change the font to white.
As always any ideas gratefully received
Don't worry - sussed it - have a good weekend all
Comment