View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Giovanna Giovanna is offline
external usenet poster
 
Posts: 7
Default Change Font Characteristic

It is possible to make a VBA program where I can change the font color,
patterns and style when the number is out of specification?
For example, if I have the following:
A Column B Column
95 90 to 100
55 60 to 89
36 40 to 59
15 0 to 39
Therefore, A2 and A3 will have white font color with red patterns and bold
style.

Thank you for you support.
Giovanna