Hi,
I have developed an Excel application with some
VB Forms included. Some of the Controls on these forms are taken from specific References (namely MS Windows Common Controls-2 6.0), which i know will not be available on all users machines when distributing the application and will cause errors on running.
To overcome this i can check References.IsBroken on some machines, but others won't allow me to access the .VBProject (for security reasons) so this solution isn't universal. So what i am trying to do is Workbooks.Open a "pre-installation" .xls, with a single form and control on it. If a warning message is generated i know the Control is not available on this machine, but instead of displaying the warning message i want to capture this fact and have my controlling code record the shortfall in the users PC configuration. Any ideas?
Apologies for the long-winded nature of this one,
Thanks in advance,
Steve