N
Norbert
Hi,
second try to explain what I'm trying to do here.
For the last couple of years we are entering our Production
Specifications into an Excel spreadsheet (PRODUCTION TICKET.xls).
The last step we take after everything is filled in, is copying the
sheet and saving it (values only) under the quality number (e.g.: 4788.xls).
For certain reasons, we need now to get the data back into the original
spreadsheet (it could be on a separate sheet, but it must be in the
original file: PRODUCTION TICKET.xls).
On sheet PRODUCTION TICKET.xls/Prod.ticket, a consecutive code number is
given (entered manually) to every new specification (cell A16). A makro
makes a copy of that particular sheet (Paste special - values) and that
new spreadsheet then is saved under the number in A16, e.g.: 4788.xls).
I thought, I could have a copy of that original sheet PRODUCTION
TICKET.xls/Prod.ticket (in the same xls-file), with certain formulas,
which bring back the values from e.g.: 4788.xls, by me entering the
number 4788 into cell A16 of that copy of sheet PRODUCTION
TICKET.xls/Prod.ticket.
Is that possible??? Do I have to have formulas or rather VBA code.
The formulae should basically look like e.g.:
=[4788.xls]Prod.ticket!$AD$24, but the [4788.xls] should be linked to
cell A16, because it will change all the time.
Norbert
second try to explain what I'm trying to do here.
For the last couple of years we are entering our Production
Specifications into an Excel spreadsheet (PRODUCTION TICKET.xls).
The last step we take after everything is filled in, is copying the
sheet and saving it (values only) under the quality number (e.g.: 4788.xls).
For certain reasons, we need now to get the data back into the original
spreadsheet (it could be on a separate sheet, but it must be in the
original file: PRODUCTION TICKET.xls).
On sheet PRODUCTION TICKET.xls/Prod.ticket, a consecutive code number is
given (entered manually) to every new specification (cell A16). A makro
makes a copy of that particular sheet (Paste special - values) and that
new spreadsheet then is saved under the number in A16, e.g.: 4788.xls).
I thought, I could have a copy of that original sheet PRODUCTION
TICKET.xls/Prod.ticket (in the same xls-file), with certain formulas,
which bring back the values from e.g.: 4788.xls, by me entering the
number 4788 into cell A16 of that copy of sheet PRODUCTION
TICKET.xls/Prod.ticket.
Is that possible??? Do I have to have formulas or rather VBA code.
The formulae should basically look like e.g.:
=[4788.xls]Prod.ticket!$AD$24, but the [4788.xls] should be linked to
cell A16, because it will change all the time.
Norbert