This is my first post on Code Review and first attempt at writing some reusable OOP code. The problem I'm trying to simplify is the confusing (at least to me) structure of VBA string manipulation.
- Is this approach reasonable from an OOP perspective?
- Naming things is hard, I don't really like "Text" but couldn't think of anything better. Also, not entirely sure my method and property names are great either
- Any other gotchas or any other feedback would be awesome