VBA Statement Font Color Detection
VBA statements (default colors) are black, comments are green, errors are red, keywords are blue, etc.
Is it possible to read a VBA code line and examine each character and determine what font color it is?
Regards
Brian
|