{"id":775,"date":"2018-06-30T17:21:05","date_gmt":"2018-06-30T17:21:05","guid":{"rendered":"http:\/\/officetuts.net\/excel\/?p=775"},"modified":"2024-03-14T17:36:00","modified_gmt":"2024-03-14T17:36:00","slug":"objects-in-vba","status":"publish","type":"post","link":"https:\/\/officetuts.net\/excel\/training\/objects-in-vba\/","title":{"rendered":"Objects in VBA"},"content":{"rendered":"\n

Object-Oriented Programming (OOP for short) is based on the idea that everything in programming can be described as an object. These objects are not physical things we can see in real life, but virtual ones existing in the computer memory.<\/p>\n\n\n\n

In the following lessons, I will write about things associated with objects, such as properties, methods, events, and hierarchy.<\/p>\n\n\n\n

Application object and object hierarchy<\/h2>\n\n\n\n

The Application object<\/strong> represents the entire Excel application. It is located at the top of the object hierarchy and it contains every other object. Follow this lesson to learn more.<\/p>\n\n\n\n

The most common objects that derive from the Application object<\/strong> are:<\/p>\n\n\n\n