P
(Pete Cresswell)
I just delivered an MS Access application that creates .XLS files - each
containing four sheets of employee/budget information. Two of the sheets
contain only hourly data and two contain dollar amounts - from which one could
deduce the hourly rate of an employee.
Now the client has decided that they want the dollar sheets in separate .XLS
files.
My first thought is not to touch the process of creating a 4-sheet .XLS and just
tack come code on to the end that saves the 4-sheet file twice - once named as
an "Hours" document and once named as a "Dollars" document. Then I'd open up
both, delete the two unwanted sheets in each, and save them.
The question: does any data from the deleted sheets persist in the .XLS file -
like it does in MS Word for the change history?
containing four sheets of employee/budget information. Two of the sheets
contain only hourly data and two contain dollar amounts - from which one could
deduce the hourly rate of an employee.
Now the client has decided that they want the dollar sheets in separate .XLS
files.
My first thought is not to touch the process of creating a 4-sheet .XLS and just
tack come code on to the end that saves the 4-sheet file twice - once named as
an "Hours" document and once named as a "Dollars" document. Then I'd open up
both, delete the two unwanted sheets in each, and save them.
The question: does any data from the deleted sheets persist in the .XLS file -
like it does in MS Word for the change history?