I am in the process of updating our macros to work with VBA7 / SolidWorks 2013. I have a custom property macro that has a "CommonDialog" object which allows the user to select where they want to save the file. When I load this macro in SW2013 / VBA7, I get a message stating "Could not load some objects because they are not available on this machine." I tried finding the object in the VBA7 controls, but it does not exist.
Is there a new object that replaces the CommonDialog object? If not, any suggestions on what I can use instead?
Thanks.
SolidworksApi macros