Just curious to know if its possible to set colors on variables in the code window. ie.set to look like keywords(but a different color)
so if I have :

"Dim strSQL as string"

then every time that strSQL shows up in my code anywhere it's color has changed to whatever i decide it should be.

so it looks like this

"Dim strSQL as string"


Cujo