Aide LibreOffice 7.1
Définit un objet comme l'objet par défaut. Si aucun autre nom d'objet n'est déclaré, toutes les propriétés et méthodes font référence à l'objet par défaut jusqu'à ce que l'instruction End With soit atteinte.
With object
[statements]
End With
Use With and End With if you have several properties or methods for a single object or an extended data type definition.
Nesting With statements helps writing and reading Basic routines.