View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] monahmat@gmail.com is offline
external usenet poster
 
Posts: 5
Default Copying Spreadsheets without referencing other workbook.

I have two workbooks and would like to copy a page from Workbook A into
Workbook B. However when I do this the page I copy always references
Workbook A in the formulas. Is there any way to copy a sheet without
this happening?

example: formulas look like =[WorkbookA.xls]Data!D11
- I don't want the [WorkbookA.xls] included after copying, it should
just read Data!D11. There is already a sheet in the new workbook
titled Data that I would like it to point to.

Any help would be greatly appreciated!

Matt