View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Select copy and paste

selection.Copy Destination:=Selection.offset(0,1)

--
Regards,
Tom Ogilvy

"David Rose" wrote in message
...
Being a newbie to VBA, I need help in programming a simple task. I want to
select a range of cells in a column, and paste them into the cells of the
adjacent column. The number of cells selected could vary from 1 to 20.

TIA
David