bmoneymillionaire
New Member
- Joined
- Jan 21, 2015
- Messages
- 3
Hi All,
I looked around quite a bit, but could not find an answer to my question. If this is addressed somewhere else, I apologize.
Basically, I have a macro that copies sheets to another workbook, among other things. The problem is that when the cells with drop-down menus are copied, the data validation source switches from an internal reference (e.g., =Sheet2!$A$1:$A$8) and becomes an external reference (e.g., =[Workbook.xlsx]Sheet2!#REF!).
Is there a way to keep the list source reference internal? (For certain reasons, I am not interested in work-arounds with named selections, indirect(), etc.)
Any help would be greatly appreciated. Thank you!
I looked around quite a bit, but could not find an answer to my question. If this is addressed somewhere else, I apologize.
Basically, I have a macro that copies sheets to another workbook, among other things. The problem is that when the cells with drop-down menus are copied, the data validation source switches from an internal reference (e.g., =Sheet2!$A$1:$A$8) and becomes an external reference (e.g., =[Workbook.xlsx]Sheet2!#REF!).
Is there a way to keep the list source reference internal? (For certain reasons, I am not interested in work-arounds with named selections, indirect(), etc.)
Any help would be greatly appreciated. Thank you!