Thread
:
Change colour of cell depending on content
View Single Post
#
1
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Change colour of cell depending on content
Hi Blain,
Replace:
Case "NORA": .Interior.ColorIndex = 16
with
Case "NORA": .Interior.ColorIndex = 16
Case Else: .Interior.ColorIndex = xlNone
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones