Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Copy Range with no formal updates

I want to copy a range of cells A1:D4

I want to paste them in an adjacent range E1:H4.

The first array contains formulas that are not absoluted. I want to
copy the array in such a way that it gets pasted without the formula
ranges updating.

The simle answer to this would be to absolute them before you copy
them. The ole F4 trick in the formula bar However I really want to
copy multiple arrays into new multiple target arrays. And the
formulas in the copy arrays are all different. I Almost need a new
option in the past-special dialogue box that states "past formulas
without dynamic updating".

Is there an option like this in excel or a routine in VBA?


Thanks

TS
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default Copy Range with no formal updates

Terry,

Range("E1H4").Formula = Range("A1:D4").Formula

Doesn't matter if formulas are absolute or relative.

--
sb
wrote in message
om...
I want to copy a range of cells A1:D4

I want to paste them in an adjacent range E1:H4.

The first array contains formulas that are not absoluted. I want to
copy the array in such a way that it gets pasted without the formula
ranges updating.

The simle answer to this would be to absolute them before you copy
them. The ole F4 trick in the formula bar However I really want to
copy multiple arrays into new multiple target arrays. And the
formulas in the copy arrays are all different. I Almost need a new
option in the past-special dialogue box that states "past formulas
without dynamic updating".

Is there an option like this in excel or a routine in VBA?


Thanks

TS



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
how i dow the following formal in excel FROM SA[_2_] Excel Discussion (Misc queries) 7 March 16th 09 07:23 PM
convert formal from excel to access FROM SA[_2_] Excel Worksheet Functions 1 March 13th 09 10:07 AM
Conditional Formal not working mailrail Excel Discussion (Misc queries) 4 November 7th 08 11:06 PM
Need Help on formal - output a sum Deiow Excel Worksheet Functions 3 July 26th 08 05:59 AM
My chart automatically updates, but how can i keep it within a static date range???? jordanwho Charts and Charting in Excel 1 July 14th 06 08:08 PM


All times are GMT +1. The time now is 12:40 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"