Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there anyway I can copy a spreadsheet from fileA.xls to fileB.xls
without creating the link (in formula) to fileA ? I am using excel 2000. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you want to replace your formulas with the value they display
cells.Value = Cells.Value if you have identical source data in the destination sheet and you change the source See changelink ActiveWorkbook.ChangeLink "c:\excel\book1.xls", _ "c:\excel\book2.xls", xlExcelLinks -- Regards, Tom Ogilvy "broogle" wrote in message ups.com... Is there anyway I can copy a spreadsheet from fileA.xls to fileB.xls without creating the link (in formula) to fileA ? I am using excel 2000. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom!!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy excel spread sheet & graph to word doc without formulas | Excel Worksheet Functions | |||
Copy from one Sheet and paste on another sheet based on condition | Excel Discussion (Misc queries) | |||
how do i enter a bull call spread into the options spread sheet ? | Excel Worksheet Functions | |||
Paste comma delimited text into a spread sheet | Excel Discussion (Misc queries) | |||
automatic copy and paste from sheet to sheet in a workbook | Excel Programming |