With Statement (VBScript)

Executes a series of statements on a single object.

With object
      statements
End With

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also