![]() |
#3
|
||||
|
||||
![]()
There is probably a more elegant way but this appears to work
Code:
Sub CopyBeside() Dim aCell As Range For Each aCell In Selection aCell.Copy Destination:=aCell.Offset(0, 1) Next aCell End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia Last edited by Guessed; 08-26-2021 at 12:31 AM. Reason: Purfleet's solution got there first |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Learner7 | Excel Programming | 3 | 06-30-2019 10:35 PM |
![]() |
kevinbradley57 | Excel Programming | 2 | 04-17-2018 08:40 AM |
IF adjacent cell empty Copy from Other Column | ChrisOK | Excel Programming | 8 | 03-08-2018 09:17 PM |
Increase number in cell, based on value in adjacent cell | scottyb | Excel | 3 | 02-02-2017 03:51 AM |
![]() |
alshcover | Excel | 2 | 06-03-2014 12:50 PM |