View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Copy unsaved worksheet "Book" to a Saved workfile

Maybe just changing [book4] to nothing would be sufficient.

Select the range to fix
edit|replace
what: [book4] (or whatever name it is)
with: (leave blank)
replace all



JIMk wrote:

Good morning all.
I am copying a worksheet from an unsaved workfile to a saved excel sheet.
When I cut-paste-attach it to the saved workfile, excel is saving &
referencing the unsaved workfile formula's.

ie: =ROUND(SUM([Book4]Sheet1!AO6:[Book4]Sheet1!AO22),5)

When I delete Book4, I get #REF! errors in my saved file.

Is there a toggle to eliminate this error?

Thank you !
Jim Kimball
Hood River, OR


--

Dave Peterson