PC Review


Reply
Thread Tools Rate Thread

how to copy formulas from one range to another range in other work

 
 
=?Utf-8?B?TWlyaQ==?=
Guest
Posts: n/a
 
      6th Jun 2007
i need to create a macro that ask to select range of source and
destination(the destination is in other workbook.
copy the formulas of each cell to be the formulas in the destination range.
using copy and paste special causing a link between the work books. i do not
need the links.

thanks,

--
Miri Tz.
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      6th Jun 2007
One way is to save that receiving workbook and then do edit|links and change
source.

But I like to change all my formulas to text:
(with the recorder on???)
Select all the cells
edit|replace
what: =
with: $$$$$=
replace all

Then copy the cells and paste.

Then do the edit|replace in reverse:

Select all the cells
edit|replace
what: $$$$$=
with: =
replace all

(In both worksheets)

Miri wrote:
>
> i need to create a macro that ask to select range of source and
> destination(the destination is in other workbook.
> copy the formulas of each cell to be the formulas in the destination range.
> using copy and paste special causing a link between the work books. i do not
> need the links.
>
> thanks,
>
> --
> Miri Tz.


--

Dave Peterson
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy formulas in defined range RE: VLOOKUP fORMULA Microsoft Excel Programming 4 15th Jun 2009 09:46 AM
How to copy range without changing formulas? nomail1983@hotmail.com Microsoft Excel Misc 3 31st Dec 2006 10:01 PM
copy formulas from a contiguous range to a safe place and copy them back later Lucas Budlong Microsoft Excel Programming 2 22nd Feb 2006 08:26 PM
Range COPY function - how to copy VALUES and not formulas James Cooke Microsoft Excel Programming 1 21st Aug 2003 07:04 PM
Range COPY function - how to copy VALUES and not formulas James Cooke Microsoft Excel Worksheet Functions 1 21st Aug 2003 07:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:19 AM.