Rem

Description

This command indicates that this statement is a remark and is just a comment line

Syntax

Rem string

Parameters

string

Any text you wish to be used for comments in your macro.

Remarks

Also the single quote character ‘ can be used to indicate a comment line. This is a VBScript command.

Examples

Rem This is a comment line

' This is another comment line