Hi,
I have Excel 97 workbook that has several sheets. The first sheetis a summary of data on the other sheets. I have a macro that I occasionally run that deletes the 'other' sheets and recreates them from csv files. The problem is once this is done the 'summary' sheet loses reference to the cells on the 'other' sheets.
For example if on the 'summary' sheet I had a cell with:
='style1'!b69
If my vba macro deletes style1 sheet and recreates it when I go back and look at the cell in the 'summary' sheet it has:
=#ref!b69
Is there any way to keep excel from losing these references?
Anyone have a alternate what of doing this?
Thanks. LEE
I have Excel 97 workbook that has several sheets. The first sheetis a summary of data on the other sheets. I have a macro that I occasionally run that deletes the 'other' sheets and recreates them from csv files. The problem is once this is done the 'summary' sheet loses reference to the cells on the 'other' sheets.
For example if on the 'summary' sheet I had a cell with:
='style1'!b69
If my vba macro deletes style1 sheet and recreates it when I go back and look at the cell in the 'summary' sheet it has:
=#ref!b69
Is there any way to keep excel from losing these references?
Anyone have a alternate what of doing this?
Thanks. LEE