Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 661
Default Copying worksheets with formulae between workbooks

I need to copy some worksheets from one spreadsheet to another and I want the
formulae that I have written in the original s/s to copy exactly to the next
s/s, WITHOUT adding in a reference to the original worksheet.

e.g. if I write '=formula' in spreadsheet1.xls I want it to copy across as
'=formula' as opposed to '=[spreadsheet1.xls]formula'

I could use find and replace to get rid of all the unwanted references but I
get 'formula is too long' errors as a direct result of the fact that excel
has added the unwanted reference!!

Help!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Copying worksheets with formulae between workbooks

Maybe you could try:
Edit|links|change source

I like to do this:
I change all the formulas to plain old text in the original worksheet:
Select all the cells
edit|replace
what: =
with: $$$$$=
replace all

Then do the copy|paste

Then go back to both the pasted and original worksheet and change my strings
back to formulas:
Edit|replace
what: $$$$$=
with: =
replace all

You may get the same "formula is too long" with this technique--but it couldn't
hurt to try.

Paul wrote:

I need to copy some worksheets from one spreadsheet to another and I want the
formulae that I have written in the original s/s to copy exactly to the next
s/s, WITHOUT adding in a reference to the original worksheet.

e.g. if I write '=formula' in spreadsheet1.xls I want it to copy across as
'=formula' as opposed to '=[spreadsheet1.xls]formula'

I could use find and replace to get rid of all the unwanted references but I
get 'formula is too long' errors as a direct result of the fact that excel
has added the unwanted reference!!

Help!!


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
COPYING FORMULAE Frankie Excel Worksheet Functions 1 May 13th 08 05:52 PM
copying formulae along rows. Richard Hocking Excel Discussion (Misc queries) 6 September 16th 07 10:12 PM
copying formulae ajs Excel Worksheet Functions 5 July 6th 06 11:41 AM
Copying Formats between workbooks and worksheets geoff_francis_cox Excel Discussion (Misc queries) 3 July 3rd 05 11:22 PM
Copying Several Workbooks into one Workbook as Worksheets Blue_Crystal New Users to Excel 1 May 26th 05 02:19 PM


All times are GMT +1. The time now is 01:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"