Читать книгу Excel 2019 Power Programming with VBA - Michael Alexander, Dick Kusleika - Страница 90
Code window
ОглавлениеA Code window contains VBA code. Every object in a project has an associated Code window. To view an object's Code window, double-click the object in the Project window. For example, to view the Code window for the Sheet1
object, double-click Sheet1
in the Project window. Unless you've added some VBA code, the Code window will be empty.
You find out more about Code windows later in this chapter's “Working with a Code Window” section.