With Statement

Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached.

Синтакса


    With Object
     Statement block
    End With

Параметри:

Use With and End With if you have several properties or methods for a single object.

Please support us!