Hello,
I have an excel workbook that has some hidden sheets. I have linked some cells of sheet B to some cells of sheet A.
So when someone fills in some specific cells of sheet A, then Sheet B will be updated automatically.
The problem is that this workbook is shared with other people. And to make sure that the formulas will not be ruined, the users get a copy of sheet A and a copy of sheet B to fill in. The sheets are also renamed, so the names are the following:
Sheet A is originally named Matrix
Sheet B is originally named Taks_NER
The user is asked to register a name, so he picks the name "House". The Sheet A will get copied and that copy will be named House, and sheet B will also be copied and the copy will be named Taks_House.
So my question is: Is there a way to tell sheet Taks_House, to copy the cells not from sheet A (Matrix) but from the copy of sheet A (House)?
The problem will coding might be, that I dont know what name the user will pick.
Thank you in advance!
I have an excel workbook that has some hidden sheets. I have linked some cells of sheet B to some cells of sheet A.
So when someone fills in some specific cells of sheet A, then Sheet B will be updated automatically.
The problem is that this workbook is shared with other people. And to make sure that the formulas will not be ruined, the users get a copy of sheet A and a copy of sheet B to fill in. The sheets are also renamed, so the names are the following:
Sheet A is originally named Matrix
Sheet B is originally named Taks_NER
The user is asked to register a name, so he picks the name "House". The Sheet A will get copied and that copy will be named House, and sheet B will also be copied and the copy will be named Taks_House.
So my question is: Is there a way to tell sheet Taks_House, to copy the cells not from sheet A (Matrix) but from the copy of sheet A (House)?
The problem will coding might be, that I dont know what name the user will pick.
Thank you in advance!