i want to copy a range e.g a1:iX
where X=value in cell c1
is this code correct?
Range("A1:i" & ("c1")).Select