C
cellist
Workbook A uses a form that contains a LISTBOX whose source is a named range,
AccountAbbrev in Workbook B. A second named range in Workbook B,
AccountDescription, contains entries that correspond to the entries in
AccountAbbrev. I want the user to be able to see both lists and have them
synchronized on the form. Can I do that with two LISTBOXes?
Or, if a LISTBOX source is permitted to consist of more than one column of
data, could I just use a single LISTBOX and assign to its source a named
range consisted of both lists?
TIA,
Phil
AccountAbbrev in Workbook B. A second named range in Workbook B,
AccountDescription, contains entries that correspond to the entries in
AccountAbbrev. I want the user to be able to see both lists and have them
synchronized on the form. Can I do that with two LISTBOXes?
Or, if a LISTBOX source is permitted to consist of more than one column of
data, could I just use a single LISTBOX and assign to its source a named
range consisted of both lists?
TIA,
Phil