PDA

View Full Version : Do Static Class Methods Exist In VBA?



ChloeRadshaw
10-27-2008, 10:04 AM
I come from a Java background and just wonder if it is possible to have a static class method in VBA?

Something like:
MyClass.execute()


I want to avoid having to have a live object whenever I use it

Bob Phillips
10-28-2008, 04:49 PM
Not being a Java bod, can you elaborate on this one.