MBWoessner
New Member
- Joined
- Dec 24, 2009
- Messages
- 2
I have created a workbook with two sheets. The second sheet references the first sheet by using defined names. I want to send only the second sheet to clients to fill in information of their own and then copy the completed sheet back into the original workbook. I want to repeat this until I have a single instance of the first sheet (the master) and multiple versions (10+) of the second sheet all in one workbook. All of the second sheet copies should refer back to the first sheet by using the defined names.
The problem occurs when I try to copy the clients' completed sheet back into the original workbook. The copy works and the defined names are there, but when I look at the list of defined names for each of the copied second sheets, the defined name references have '#REF!' instead of 'MASTER!' like it should be.
I'm looking for a solution to this problem. Two thoughts that I had was to either copy the list of defined names from one sheet to the other or do a replace all in the corrupt defined names list and replace the '#REF!' with 'MASTER!'. However, I have no idea how to do either of those things.
Any help on this issue would be very appreciated. Thanks.
The problem occurs when I try to copy the clients' completed sheet back into the original workbook. The copy works and the defined names are there, but when I look at the list of defined names for each of the copied second sheets, the defined name references have '#REF!' instead of 'MASTER!' like it should be.
I'm looking for a solution to this problem. Two thoughts that I had was to either copy the list of defined names from one sheet to the other or do a replace all in the corrupt defined names list and replace the '#REF!' with 'MASTER!'. However, I have no idea how to do either of those things.
Any help on this issue would be very appreciated. Thanks.