When writing macros, it's important to understand that we're constantly working with objects in Excel. To learn how to write macros correctly, you need to know: what objects are in Excel, what an active object is, what properties and methods objects have, and how to properly access Excel objects.
#VBAObjects
#ExcelMacros
#VBAProgramming