Hello Grilleman,
Since the Data Validation List can not be shared between workbooks, it is necessary to use a macro to read the lists in "Valid Values". The macro shown assumes all the files are located in the same folder. If they are not then the macro variable SrcWkb will need to be changed to match the full path of the workbook "Valid Values".
This macro can be copied into the ThisWorkbook module in each of the template workbooks. When the workbook is opened, the drop downs are created on the sheet using the data in "Valid Values". "Valid Values" does not need to be open for the macro to work.
Create Data Validation Dropdowns Macro
How to Paste a Macro into ThisWorkbook- Copy the macro with Ctrl+C.
- Open the workbook and use Alt+F11 to open the VB Editor.
- In the Project window, Double Click ThisWorkbook
- Paste the macro into the module with Ctrl+V.
- Save the macro using Ctrl+S
Bookmarks