![]() |
Select copy and paste
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 |
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 |
All times are GMT +1. The time now is 08:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com