Is there a way to add comments into the Macro code without affecting the Macro's function? For example, similar to preceding text with an 'apostrophe' in Excel VBA.
Actually, while I was working on this, I discovered that it is possible to include comments in macros. Just include the text outside of the commands, and it shouldn't affect the playback of the macro.
Unfortunately it's not possible to add comments in macros, but I do think this would be a good enhancement. I'll work on this for the next version.