Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formulas assignment from array to range in VSTO Excel doesn't work | Excel Worksheet Functions | |||
Copy a named range from an installed add-in while in anothter work | Excel Programming | |||
Copy a named range from an installed add-in while in anothter work | Excel Programming | |||
copy formulas from a contiguous range to a safe place and copy them back later | Excel Programming | |||
Range COPY function - how to copy VALUES and not formulas | Excel Programming |