Microsoft Excel exposes a set of objects that you must master to interact with the Excel application interface. In this chapter, you will start to master VBA programming by seeing practical examples. You can obtain all the procedure code in this chapter by downloading the Chapter02.zip file from the book’s Apress.com product page, located at www.apress.com/9781484222041 , or from http://www.ProgrammingExcelWithVBA.4shared.com .
The Microsoft Excel Object Model
Excel offers a lot of different objects in its application programmable ...