Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default not necessarily a code question, but

i have a workbook with about 300 lines of formulas. i would like to copy them to
another workbook. but when i do, the formulas always link back to the original
workbook. any way around this?

--


Gary



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 477
Default not necessarily a code question, but

Gary:

I think the practice is to

Highlight/Select your range (of formulas) and to the Edit, Replace
routine where, say:
In the Find What Box enter =
and in the Replace with $

Then
Copy and paste -- Then reverse Process in the Destination and the Source!!

HTH,
Jim May



"Gary Keramidas" wrote:

i have a workbook with about 300 lines of formulas. i would like to copy them to
another workbook. but when i do, the formulas always link back to the original
workbook. any way around this?

--


Gary




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default not necessarily a code question, but

ok, thanks for the tip, jim


--


Gary


"Jim May" wrote in message
...
Gary:

I think the practice is to

Highlight/Select your range (of formulas) and to the Edit, Replace
routine where, say:
In the Find What Box enter =
and in the Replace with $

Then
Copy and paste -- Then reverse Process in the Destination and the Source!!

HTH,
Jim May



"Gary Keramidas" wrote:

i have a workbook with about 300 lines of formulas. i would like to copy them
to
another workbook. but when i do, the formulas always link back to the
original
workbook. any way around this?

--


Gary






  #4   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default not necessarily a code question, but

Not sure I'd use a $. Consider the formula

=$E$5
becomes
$$E$5

trying to change it back generates an error on my machine.



"Jim May" wrote:

Gary:

I think the practice is to

Highlight/Select your range (of formulas) and to the Edit, Replace
routine where, say:
In the Find What Box enter =
and in the Replace with $

Then
Copy and paste -- Then reverse Process in the Destination and the Source!!

HTH,
Jim May



"Gary Keramidas" wrote:

i have a workbook with about 300 lines of formulas. i would like to copy them to
another workbook. but when i do, the formulas always link back to the original
workbook. any way around this?

--


Gary




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 477
Default not necessarily a code question, but

Good Catch JMB; I need to remember that (for next time).
Thanks,
Jim

"JMB" wrote:

Not sure I'd use a $. Consider the formula

=$E$5
becomes
$$E$5

trying to change it back generates an error on my machine.



"Jim May" wrote:

Gary:

I think the practice is to

Highlight/Select your range (of formulas) and to the Edit, Replace
routine where, say:
In the Find What Box enter =
and in the Replace with $

Then
Copy and paste -- Then reverse Process in the Destination and the Source!!

HTH,
Jim May



"Gary Keramidas" wrote:

i have a workbook with about 300 lines of formulas. i would like to copy them to
another workbook. but when i do, the formulas always link back to the original
workbook. any way around this?

--


Gary






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,856
Default not necessarily a code question, but

You keep the equals sign in there, so you change = to $= (or x=,
whatever you like), then you don't suffer the problem of $$.

Pete

Jim May wrote:
Good Catch JMB; I need to remember that (for next time).
Thanks,
Jim

"JMB" wrote:

Not sure I'd use a $. Consider the formula

=$E$5
becomes
$$E$5

trying to change it back generates an error on my machine.



"Jim May" wrote:

Gary:

I think the practice is to

Highlight/Select your range (of formulas) and to the Edit, Replace
routine where, say:
In the Find What Box enter =
and in the Replace with $

Then
Copy and paste -- Then reverse Process in the Destination and the Source!!

HTH,
Jim May



"Gary Keramidas" wrote:

i have a workbook with about 300 lines of formulas. i would like to copy them to
another workbook. but when i do, the formulas always link back to the original
workbook. any way around this?

--


Gary





  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default not necessarily a code question, but

i knew not to use a $, but the character addition was what i needed

--


Gary


"JMB" wrote in message
...
Not sure I'd use a $. Consider the formula

=$E$5
becomes
$$E$5

trying to change it back generates an error on my machine.



"Jim May" wrote:

Gary:

I think the practice is to

Highlight/Select your range (of formulas) and to the Edit, Replace
routine where, say:
In the Find What Box enter =
and in the Replace with $

Then
Copy and paste -- Then reverse Process in the Destination and the Source!!

HTH,
Jim May



"Gary Keramidas" wrote:

i have a workbook with about 300 lines of formulas. i would like to copy
them to
another workbook. but when i do, the formulas always link back to the
original
workbook. any way around this?

--


Gary






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
question on VB code peyman Excel Discussion (Misc queries) 6 October 22nd 07 11:47 PM
Formula for selecting the second row down (Not necessarily row "2" Megadrone Excel Worksheet Functions 4 October 11th 07 06:58 PM
Another code question M&M[_2_] Excel Discussion (Misc queries) 3 August 9th 07 10:00 PM
VBA code question?! Mike Excel Programming 1 February 22nd 06 04:38 PM
Code Question Mikk Excel Programming 1 January 23rd 04 12:21 AM


All times are GMT +1. The time now is 07:31 PM.

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

About Us

"It's about Microsoft Excel"