Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was told that it is a good idea to create a new WB for an excel
application that has been in revision for 3-4 years. Seemingly, it clears out any bugs that might have developed after countless changes, etc. Moving forms and modules is easy, but how can I copy the sheets to the new workbook without my formulas making a reference to the old workbook. Example: the formulas in my HideAll sheet (where most calculations take place) end up like =[old.xls]Sheet1!$A$1 instead of =Sheet1!$A$1. This one should be easy, but it's driving me crazy because I can't figure it out. Please help. Thank you. Jim Kobzeff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy cell info to other sheets, other sheets dont contain all row. | Excel Worksheet Functions | |||
linking sheets | Excel Discussion (Misc queries) | |||
in VBA Sheets("mysheet").Copy Befo=Sheets(1) how do i get a reference to the newly created copy of this sheet? | Excel Worksheet Functions | |||
Linking sheets | Excel Discussion (Misc queries) | |||
Linking Sheets | Excel Programming |