Adding my comments to the vb screen that is not really part of the commands

G

Greegan

I want to keep track of what each group of commands does for one hotkey.
Would I put it in quotes or parenthesis or something else.
This is just something for my reference.

Your assistance would be appreciated as always.

G
 
M

macropod

If you want to add comments to your code to explain what it does (a good
practice), simply go to the end of the line, or create a new line, and start
your comment with a single quote mark. Your vba code will disregard
everything on that line from the single quote mark to the end of the line.

Cheers
 
Top