VBA Classes 101 links

I often have to refer to this so here are some bookmarks to remember.

  • this is a good primer once you have the over all syntax. I uses classes often – just not my own so much in VBA since the application is different. I usually do “get in -= do = get out” programming in VBA.
  • mix it together with this syntax from top to bottom and … voila. Instant class.
  • For private properties, you cannot prefix with an _ or underscore. That is too bad but p_ will do just fine.