Browse by Tags

What's My Type?
Published Sat, Sep 12 2009 23:12 | Bob Phillips
I am a big advocate of using the Enum construct in VBA, I feel that it is a simple way of adding a set of values, and provides a grouping, abstracting advantage that is not given by simple variables. Plus they can add to intellisense. As such, I should...