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

  • Thread starter Thread starter Greegan
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top