View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Not excelling at macros
 
Posts: n/a
Default pasting non-contiguous range of cells to new row, same cell locati

I need a paste macro that will paste a non-contiguous range of cells (ie
"A1:B1,G1")
to the current row in the same column locations (ie "A5:B5,G5"), assuming
current row is 5th row.

Does anyone have code for this need that you can share?