Guest User

Untitled

a guest
Nov 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Range("Z2:Z" & LastRow).Select
  2. Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual, _
  3. Formula1:="=""NEW EMPLOYEE"""
  4. Selection.FormatConditions(Selection.FormatConditions.Count).SetFirstPriority
  5. With Selection.FormatConditions(1).Interior
  6. .PatternColorIndex = xlAutomatic
  7. .Color = 13408767
  8. .TintAndShade = 0
  9. End With
Add Comment
Please, Sign In to add comment