Forum Discussion
Lennox2525
Nov 27, 2024Copper Contributor
Need help setting up VBA Code for multiple list selections on 2 columns in Excel please
I have two separate columns that I need to set up for multiple selection. One is called 'Letters' and the other 'Notices' I have set up basic data validation but need to be able to select more that o...
- Nov 27, 2024
See the attached workbook. You'll have to allow macros.
Right-click the sheet tab and select 'View Code' to inspect the VBA code.
Lennox2525
Nov 27, 2024Copper Contributor
Hi, thanks but this is not what I need. I need for example. For the Letters Column, to be able to select, one or all of the drop down list. So that in the 'Letters' Column for example. A1, I want to select multiple from the list. See example
HansVogelaar
Nov 27, 2024MVP
See the attached workbook. You'll have to allow macros.
Right-click the sheet tab and select 'View Code' to inspect the VBA code.
- Lennox2525Nov 27, 2024Copper Contributor
Perfect - thank you Hans - your a star!😃