View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
md[_2_] md[_2_] is offline
external usenet poster
 
Posts: 7
Default vba; copy row, paste at offset

I have a row copied to the clipboard, and I want to paste it into
sheetB at rowR, colC.

I can do the paste if I select the entire row, but that's now what I
want. Thank you.