Guest User

Untitled

a guest
Aug 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. For i=1 to Lastrow
  2. If cells(i,1).Worksheets("Name").Font.Name<> "Arial" then
  3. cells(i,1).Entirerow.interior.colorindex= 3
  4. Else cells(i,1).Entirerow.interior.colorindex= 2
  5. End if
  6. Next i
Add Comment
Please, Sign In to add comment