Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm trying to create code to copy and paste a variable range. It's all
in column A, but the start cell is determined by the value of cell C2, and the end by the value of C1. EG: C1=200, C2=100, so I want the range created in the code below to reflect that, ie A101:A200. I've go the following: Range("A" & (C2 + 1) & ":A" & (C1)).Select This doesn't work. Please could anyone advise me how to: 1) correct the code above; and 2) then copy the resultant range and paste it to begin at cell W1. Thanks in advance Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing a range name as an argument to the Index Function | Excel Discussion (Misc queries) | |||
How do I sum a range after 2 different conditions are met (2 colu. | Excel Discussion (Misc queries) | |||
named range refers to: in a chart | Excel Discussion (Misc queries) | |||
HTML_Control Range name | Excel Discussion (Misc queries) | |||
Range in VBA | Excel Discussion (Misc queries) |