T
tmarko
I have the following problem:
The users produce a report that is placed in an empty Excelsheet (a
application). Then the user sometime later wants to update the report
For this I need to store some parameters that decide what Report wil
be placed again in the same Excelsheet. Í do not want the paramete
data to be vissible for the user.
I decided to try to produce a hidden sheet when the user first creat
his/her report. This hidden Excel sheet's name is exactly the same a
the visible data with an additional suffix so I can keep track whic
hidden sheet belong to which visible sheet . Several Reports can b
found in different sheets in a single workbook.
The problem is that my users want to be able to change sheet names. B
doing this my application can't find the correct hidden sheet to th
correct visible sheet so the application can update the visible shee
with correct report.
Is it possible to set something else than sheetname so I can "link"
sheets to each other?
Or is it an other way to store the hidden parameters in a the visibl
sheet? I do not want to use any ceel, Rows/columns that can be used fo
the Report. The user should not be aware of these parameters.
I read something about CUSTOMdocumentproperties, but this just apply t
a workbook. But I need to save unique parameters per sheet
The users produce a report that is placed in an empty Excelsheet (a
application). Then the user sometime later wants to update the report
For this I need to store some parameters that decide what Report wil
be placed again in the same Excelsheet. Í do not want the paramete
data to be vissible for the user.
I decided to try to produce a hidden sheet when the user first creat
his/her report. This hidden Excel sheet's name is exactly the same a
the visible data with an additional suffix so I can keep track whic
hidden sheet belong to which visible sheet . Several Reports can b
found in different sheets in a single workbook.
The problem is that my users want to be able to change sheet names. B
doing this my application can't find the correct hidden sheet to th
correct visible sheet so the application can update the visible shee
with correct report.
Is it possible to set something else than sheetname so I can "link"
sheets to each other?
Or is it an other way to store the hidden parameters in a the visibl
sheet? I do not want to use any ceel, Rows/columns that can be used fo
the Report. The user should not be aware of these parameters.
I read something about CUSTOMdocumentproperties, but this just apply t
a workbook. But I need to save unique parameters per sheet