How to integrate all VBA code in an optimized way and exist to ThisWorkbook?
Hi,
I added the VBA code for each worksheet to allow multiple selections in a drop-down List, but it runs slowly and lags. Thus,
How to integrate all VBA code in an optimized way from each worksheet and exist to ThisWorkbook, and keep its basic function unchanged?
How to update to code to sort the selections according to the order of the drop-down menu in the cells?
How update the code to available to delete a part of selections (such as remove unwanted options) in a cell?
Example 1:
Example 2:
This is the file as reference:
https://1drv.ms/x/s!AibaAz5STOvFiCsPGAWn6Vnw48Po?e=tzfabV
Many thanks
J.