Forum Discussion

Claudia350's avatar
Claudia350
Copper Contributor
Apr 29, 2020
Solved

Multiple Selections in a Drop Down List in Excel - separator

Hi all,   I have a question here I was hoping to get some help with.   I have this VBA code to allow users to select multiple entries from a drop down list It is working perfectly and furthermor...
  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    May 05, 2020

    Claudia350 You can simply repeat (i.e. copy and paste) the code that starts with Case 15, 16 to the row above Case Else: 

    Then delete the ", 16" in the first Case statement and "15, " in the second one and select the separator of your liking for each of the columns. 

Resources