hi All
I need help on the following
I have a combobox on sheet and I want it to fill when a value change on range b1 let me explain you
Sub Worksheet_Change(ByVal Target As Range)<strike></strike>
If range b1 a text A then combobox would fill with AA,BB,CC
If range b1 a text B then combobox would fill with DD,EE,FF
If range b1 a text C then combobox would fill with GG,HH,LL
Thanks
I need help on the following
I have a combobox on sheet and I want it to fill when a value change on range b1 let me explain you
Sub Worksheet_Change(ByVal Target As Range)<strike></strike>
If range b1 a text A then combobox would fill with AA,BB,CC
If range b1 a text B then combobox would fill with DD,EE,FF
If range b1 a text C then combobox would fill with GG,HH,LL
Thanks