Hi All,
I have an ‘applet’ I’ve developed as a UserForm in Excel, and I’d like to turn it into a stand-alone executable via VB. Other than referencing the MS Forms Object Library, I’m not using any Office-specific code – the form doesn’t even read or write anything to the worksheet and the code runs just as happily in Word. Since it seems I can’t simply convert a UserForm to a proper VB form, I was hoping I could extract the properties of all the (200+) controls on my userform and, perhaps, programatically re-create the beast using VB with the correct calls.
Is either of these feasible? So far, I haven’t found a simple way to read all the control properties on my userform – it seems you have to know which properties go with which type of control before reading their values.
Any ideas?
Cheers,
Paul Edstein
[Fmr MS MVP - Word]