by mor | Dec 17, 2020 | Blog
Sometimes writing a short, simple function, can hide in-depth processing that resolves quickly – by calling… itself * What is a recursive function, how does it work, what to be aware of and how it is implemented in Excel VBA – read on… What is a Recursive Function?...
by mor | Sep 10, 2020 | Blog
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...
by mor | Sep 3, 2020 | Blog
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...
by mor | Aug 27, 2020 | Blog
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...
by mor | Aug 20, 2020 | Blog
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?...
Recent Comments