In .NET, a Delegate is a reference type. A reference type points to something – typically an object. A Delegate, […]
Archive for May 2015
Object Oriented VBA: Static Classes
In C# classes can be given the access modifier “static”. A static class cannot be instantiated and it cannot be […]
Object Oriented VBA: Polymorphism
Polymorphism – the ability to assume more than one form. Q: When can a Cat also be a Dog? A: When […]
3D Graphics in Excel: Rotation
“3D graphics are computationally intensive”. How many times have you heard this without really understanding what it means? Well, I’m […]
Capturing A Stored Procedure’s Return Value in VBA
Those of you who have ever done any serious programming with SQL Server stored procedures will know that they return […]