A
Axcell
Hello, I am a novice to VBA and Userforms and I'm stuck. Please help?
I have a userform which populates an annual 'orders worksheet' using
VBA with date, customer, product, and location.
Using named ranges from 'customersdb' worksheet I am able to fill the
sources for each combobox on form except the locations.
Some customers (col B) may have one or up to six locations (Cols C:H).
These locations listed on customersdb WS are in multiple columns but
are in the same row associated with the customer.
Col ___ B_________ C _______ D _______
E _______ F_______
Row Jim Smith Battery Park South Central Train Stop Main Street
How can I fill the 'location' combobox2 to just list the locations for
the customer chosen in the 'customer' combobox1 while still in
userform?
Any help would be greatly appreciated, thanks!!
I have a userform which populates an annual 'orders worksheet' using
VBA with date, customer, product, and location.
Using named ranges from 'customersdb' worksheet I am able to fill the
sources for each combobox on form except the locations.
Some customers (col B) may have one or up to six locations (Cols C:H).
These locations listed on customersdb WS are in multiple columns but
are in the same row associated with the customer.
Col ___ B_________ C _______ D _______
E _______ F_______
Row Jim Smith Battery Park South Central Train Stop Main Street
How can I fill the 'location' combobox2 to just list the locations for
the customer chosen in the 'customer' combobox1 while still in
userform?
Any help would be greatly appreciated, thanks!!