- - Need ComboBox Help
(https://www.excelbanter.com/excel-programming/381417-re-need-combobox-help.html)
Keith74
Need ComboBox Help
Hi
Someone please correct me if i'm wrong here. As far as i know you are
going to have to open up the "Reps" workbook at some point. You can
using VBA open the workbook as a read only file, then either enter the
data you want into an array and set that as the rowsource for the
combobox and close the "Reps" workbook, or use the read only "Reps"
workbook directly as the rowsource.