VB Excel Changing color of Cell lettering color when out of range
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have a data sheet from rtf file that I read into the excel table so that it looks need. I also have a limit as to the range of these values. Eg. 3 to 7. So if the value in the cell is 9, it is out of range and I am suppose to highlight it in red colour. Any help on this ? I am using Visual Basic, not VBA. On another question, is there any good Visual Basic example of how to draw a chart without having the program crash during the second time? Thanks in advance.