Читать книгу Excel 2019 Power Programming with VBA - Michael Alexander, Dick Kusleika - Страница 182

Manipulating Objects and Collections

Оглавление

As an Excel programmer, you'll spend a lot of time working with objects and collections. Therefore, you want to know the most efficient ways to write your code to manipulate these objects and collections. VBA offers two important constructs that can simplify working with objects and collections.

 With-End With constructs

 For Each-Next constructs

Excel 2019 Power Programming with VBA

Подняться наверх