i have a problem, i developed a VBA code in order select a choice
from a dropdown list (comboBOX) , if i chose 1 , then i will go to range
("a1"), and if i chose 2 i will go to range("w1") and if i chose 3 i
will go to range("AT1"), and after that i have another dropdown list
(combobox) in the same worksheet, if i chose 1 i will go to Range
("A100") , and if i choose 2 i will go range("w100"), and so on,
and for evety dr4opdown list i assigned a macro doing that , i need to
merge these two macro's in one as following
if the drop down name is "dropdown 9" the do like first dropdown.
else if the dropdown was "dropdown 10 " then do the second part.