Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to create a macro that will copy a range of formulas and the paste
them into a new range keeping all cell references absolute. I can accomplish this in vba using: ..Range("A11:D20").Formula = .Range("A1:D10").Formula But then I need to have a screen to get the source and target ranges. Is there a way to copy and then paste special (my vba special) absolute references on paste command? Like Ctrl C to copy and then Ctrl Z to paste the exact formulas instead of Ctrl V to paste relative formulas? I don't want to add $ signs and sometimes it isn't practicle. Thanks, Dave Thanks for the help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy formula result (text) only - without copying formula | Excel Discussion (Misc queries) | |||
I copy a formula and the results copy from the original cell | Excel Discussion (Misc queries) | |||
copy formula down a column and have cell references change within formula | New Users to Excel | |||
Copy/Paste how to avoid the copy of formula cells w/o calc values | Excel Discussion (Misc queries) | |||
Copy formula so destination displays formula as text | Excel Discussion (Misc queries) |