momentumons
Board Regular
- Joined
- Mar 30, 2020
- Messages
- 57
- Office Version
- 2016
- Platform
- Windows
Hello! I have one tab in my workbook that contains all of the 'lookup data' I use in the rest of my model. It is mainly used for data validation lists.
Occasionally new line items will need to be added to these lists.
Eventually I will have three different models for 3 different teams but they all need to have the exact same data validation lists so that I can then bring them together in a master sheet.
I created a separate workbook called 'DATA' that simply housed these lists. However, simply linking every cell to this sheet has proven to be clunky and very breakable!
What i'd like is to write a macro that could "refresh" the data tab in my model workbook by opening up the 'DATA' workbook and copying & pasting (as values) the whole tab.
Then if anyone wanted to add a line item they'd need to go into the 'DATA' workbook to add it and update their own model...
Does that make sense? Can someone please help me write a macro.... or is there an easier way?
Thanks
Christie
Occasionally new line items will need to be added to these lists.
Eventually I will have three different models for 3 different teams but they all need to have the exact same data validation lists so that I can then bring them together in a master sheet.
I created a separate workbook called 'DATA' that simply housed these lists. However, simply linking every cell to this sheet has proven to be clunky and very breakable!
What i'd like is to write a macro that could "refresh" the data tab in my model workbook by opening up the 'DATA' workbook and copying & pasting (as values) the whole tab.
Then if anyone wanted to add a line item they'd need to go into the 'DATA' workbook to add it and update their own model...
Does that make sense? Can someone please help me write a macro.... or is there an easier way?
Thanks
Christie