
Originally Posted by
Neil_
I can see this thread quickly turning into the merits of OOP, C vs C# et al. The OP probably won't have a clue what OOP is. VBA can be completely object oriented if you want to make it that way, class modules are available if you want to create them, Excel's entire object model from Application to Cell.ColorIndex is object oriented, it's just that people learn initially from recorded macros which are inevitably script style and continue to program in that vein. Also, as VBA routines are generally small, there is little incentive to code with your OOP hat on.
Bookmarks