With statement (VBA) | Microsoft Learn
https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/with-statement
WebMar 29, 2022 · Executes a series of statements on a single object or a user-defined type. Syntax With object [ statements ] End With The With statement syntax has these parts: Remarks The With statement allows you to perform a series of statements on a specified object without requalifying the name of the object.
DA: 66 PA: 69 MOZ Rank: 45