c_rahul001
New Member
I have some ranges below which i want to copy from one file and paste to another file.
as you can see the ranges are not continuos but it wil be ok if the output will be in continous range.
Range("C2021:G2027,C2518:G2531,C2617:G2629,C2655:G2659")
Range("J2021:Q2027,J2518:Q2531,J2617:Q2629,J2655:Q2659")
Range("U2021:U2027,U2518:U2531,U2617:U2629,U2655:U2659")
Range("W2021:W2027,W2518:W2531,W2617:W2629,W2655:W2659")
There are 4 different ranges which we will need to copy paste one by one to another file. Can we do so usin macro.
as you can see the ranges are not continuos but it wil be ok if the output will be in continous range.
Range("C2021:G2027,C2518:G2531,C2617:G2629,C2655:G2659")
Range("J2021:Q2027,J2518:Q2531,J2617:Q2629,J2655:Q2659")
Range("U2021:U2027,U2518:U2531,U2617:U2629,U2655:U2659")
Range("W2021:W2027,W2518:W2531,W2617:W2629,W2655:W2659")
There are 4 different ranges which we will need to copy paste one by one to another file. Can we do so usin macro.