B
Bryan
This is for a utility that I am writing to update all of our Excel reports.
I currently have a form with a couple list boxes and browse buttons. One
browse button allows the user to add the XLS files they want to update and
inserts the paths into the corresponding list box. The second browse button
allows the user to select the module (BAS, CLS, FRM) files they wish to
insert or update in those Excel files and put them into the other list box.
I would like to have a CheckedListBox that fills with all COM references
available on the current system. This would be filled upon Form_Load.
Basically it's just like the form that's in Excel which allows you to add
references except the list of items is displayed on my form. I don't know of
a Reference Collection that contains all the COM references. If I did I
could use that to fill the CheckedListBox. Does anyone know how I can
accomplish this task?
Any help would be appreciated! Thanks for the help in advanced!
Bryan
I currently have a form with a couple list boxes and browse buttons. One
browse button allows the user to add the XLS files they want to update and
inserts the paths into the corresponding list box. The second browse button
allows the user to select the module (BAS, CLS, FRM) files they wish to
insert or update in those Excel files and put them into the other list box.
I would like to have a CheckedListBox that fills with all COM references
available on the current system. This would be filled upon Form_Load.
Basically it's just like the form that's in Excel which allows you to add
references except the list of items is displayed on my form. I don't know of
a Reference Collection that contains all the COM references. If I did I
could use that to fill the CheckedListBox. Does anyone know how I can
accomplish this task?
Any help would be appreciated! Thanks for the help in advanced!
Bryan