I want to copy contents of one row in Excel to other row.
Currently, I am using following code for copying data from previous row.
rngCurrent.Offse
Try using union of 2 ranges:
Union(Range("Range1"), Range("Range2"))