Hi,
Can someone help me.
I need to create a VBA project in excel using combo box.
For example, I have in column A, combo box of ITEMSA and in column B, combo box of ITEMSB.
If I choose items from ITEMSA, just the corresponding items that will match will be displayed in combo box B.
ITEMS A
Paris
New York
London
ITEMS B
A
B
C
D
E
F
G
if I choose "Paris" from Combo Box A, what will be displayed in combo box B are:
A
B
C
and if I choose "New York"
D
E
F
and so on..
please help.
thanks..