© © The Editor(s) (if applicable) and The Author(s) 2016

Flavio Morgado, Programming Excel with VBA, 10.1007/978-1-4842-2205-8_4

4. Programming the Microsoft Excel Worksheet Object

Flavio Morgado

(1)Rio de Janeiro, Brazil

In this chapter you will learn about the third object in the Microsoft Excel object model hierarchy, which is the Worksheet object . This is where the real action of most of your worksheet applications will happen. Like its parent and grandparent objects (the Workbookand Applicationobjects, respectively), it has a rich interface with many properties, methods, and events that you should be aware of to program your application with VBA. You can obtain all the procedure code in this chapter by downloading the Chapter04.zip file from ...

Get Programming Excel with VBA: A Practical Real-World Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.