Bill Wisdom
New Member
I am trying to get VBA to copy two separate cells, this is just an example: A1, & D1. Data is in A1:D1. Then paste values to two consecutive cells (ie A5:B5).. It may be anywhere on the worksheet. I've tried Range(Selection, Selection.Offset(0,3) ). That just copies range ("A1:D1"). Any help is greatly appreciated.