How do I get more than one multiple pick-lists to work on the same worksheet?
Not looking for help with related/dependant pick-lists.
I copied some basic vba code for creating a multiple select pick-list and it worked just fine.
But I want to have more than one multiple select pick-list on one worksheet.
example:
column B has a multiple select pick-list of one, two three
column D has a multiple select pick-list of dog, cat, cow
column G has a multiple select pick-list of red, yellow, green
the three pick-lists are not related/dependent on each other.
I thought there would be a way in the code to say, for this column do this, for this column do this...but did not see anything I thought would work
thanks
Not looking for help with related/dependant pick-lists.
I copied some basic vba code for creating a multiple select pick-list and it worked just fine.
But I want to have more than one multiple select pick-list on one worksheet.
example:
column B has a multiple select pick-list of one, two three
column D has a multiple select pick-list of dog, cat, cow
column G has a multiple select pick-list of red, yellow, green
the three pick-lists are not related/dependent on each other.
I thought there would be a way in the code to say, for this column do this, for this column do this...but did not see anything I thought would work
thanks