J
John Uebersax
Is there a way to make text strings appear in a given color in the VBA
editor?
For example, in the line:
sFile = "C:/data.txt"
I'd like C:/data.text to appear in red.
Using VBA menu commands: Tools / Options / Editor Format
one can assign foreground/background colors to various elements -- but
I don't see literal text strings like this among them.
Thanks in advance for any suggestions.
John Uebersax
editor?
For example, in the line:
sFile = "C:/data.txt"
I'd like C:/data.text to appear in red.
Using VBA menu commands: Tools / Options / Editor Format
one can assign foreground/background colors to various elements -- but
I don't see literal text strings like this among them.
Thanks in advance for any suggestions.
John Uebersax