Custom Colour Code VBA


Posted by Bagsy Baker on February 04, 2002 6:28 PM

Here's one that I have not been able to find a post for, and any ideas would help.
I have recently started to write longer, more involved VBA code. What I would like to do is colour code certain parts (ie. For...Next Loops, Dim's, etc.) various colurs so that I can pick them out easier within the module. I try to give meaningful names to my dims, but don't want to duplicate a name. So far, all I've been able to do is CTRL+F, "Dim" and run through the list. Any ideas?



Posted by faster on February 05, 2002 8:34 AM

this kind of flag may help

'****************************************************
'****************************************************
Dim i '*********************************************
'****************************************************
'****************************************************