This post assumes that you already have a data validation setup on all/few fields in a column which is now showing a drop-down for the fields in that column. The following VBA Macro enables the user to select multiple items from the dropdown list. The following are what the code does: 1. The items selected
Excel: VBA Macro Code for Multi Select Drop Down List
This post assumes that you already have a data validation setup on all/few fields in a column which is now showing a drop-down for the fields in that column. The following VBA Macro enables the user to select multiple items from the dropdown list. The following are what the code does: 1. The items selected
Read More