After successfully implementing my first PMP macro (VBA), I am embarking on new project that will require a selection box. For this project, the limitations that the PMP presents regarding the layout of controls make a PMP inappropriate for this effort. I need the flexibility to layout UI controls that a user form provides.
Adding a home-grown selection box to a user form seems straight forward enough, but one thing I learned from writing a PMP is that there are sometimes situations that require some crafty coding to create a UI where selection boxes behave as a user would expect.
I am wondering if anyone knows of a macro or library of handlers that can help in implementing a selection box in a SolidWorks user form.\
It looks like I’m going to have to recreate a selection box using a VBA User Form. I wonder if anyone has done this before? Would be nice to not have to recode all that from scratch!