G
Guest
My form has one command button and one combo box.
When I click the command button, the FileDialog(msoFileDialogFilePicker) appears and I select a .xls file.
After selecting the .xls file, I would like the combo box on my form to be populated with the names of the Worksheets contained in that .xls file.
Does anyone have any ideas?
When I click the command button, the FileDialog(msoFileDialogFilePicker) appears and I select a .xls file.
After selecting the .xls file, I would like the combo box on my form to be populated with the names of the Worksheets contained in that .xls file.
Does anyone have any ideas?