Object Oriented Programming with Excel VBA – Part 2

Object Oriented Programming with Excel VBA – Part 2

In this advanced chapter of OOP with Excel VBA, we implement objects composition with a dynamic collection in Excel VBA using Class Modules. Not for the faint of heart… In Part 1 on this exercise of implementing OOP in Excel VBA, we left off with a half-baked order...
Object Oriented Programming with Excel VBA – Part 1

Object Oriented Programming with Excel VBA – Part 1

Ever wanted a concise, clear with code examples guide to implement OOP in Excel VBA? It is your lucky day. Read on… After we covered in detail what OOP is in last week’s Blog post, we’re ready to see how this works in Excel VBA. Keep your eyes on the Object The key...
Understanding Object Oriented Programming

Understanding Object Oriented Programming

If we live in a world of objects and our computer programs help us manage our world, how about representing the world’s objects in our computer programs! * Object Oriented Programming explained In order for you to understand this article, you need to know what an...
Understanding Objects in Computer Programming

Understanding Objects in Computer Programming

Objects are a key element in computer programming. While objects are at center stage in Object Oriented Programming, they are widely used in procedural languages and serve as the building blocks of complete applications * Let’s understand objects! What is an Object?...