This command indicates that this statement is a remark and is just a comment line
Rem string
string |
Any text you wish to be used for comments in your macro. |
Also the single quote character ‘ can be used to indicate a comment line. This is a VBScript command.
Rem This is a comment line
' This is another comment line