With Statement [Runtime] /text/sbasic/shared/03090411.xhp Sun Microsystems, Inc. converted from old format - fpe
With statement With Statement [Runtime] 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.
Syntax: With Object Statement block End With Parameters: Use With and End With if you have several properties or methods for a single object.