Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ![]() I am writing a macro to transfer data from one worksheet to another Unfortunately, the data is in different columns which makes things mor awkward and because not all data is to be included the macro includes routine to find the lines of data to be transposed and then finds th next blank line on the other sheet into which it is to be transposed. My particular problem is that there are 4 adjacent cells of data in th same row in the first sheet which have to be concatenated into one cel in the second. I am using a FOR ...NEXT loop to control the movement, so it is eas enough to find the correct row by the following method, e.g. ActiveCell.Offset(rowOffset:=N, columnOffset:=0).Activate How can I select all 4 cells and concatenate them, then paste them ont the other worksheet? I can't change the format of the two worksheets. Thanks, Andyg -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula: copy/concatenate cell contents matching condition | Excel Discussion (Misc queries) | |||
Copy Concatenate | Excel Discussion (Misc queries) | |||
I know how to concatenate ,can one de-concatenate to split date? | New Users to Excel | |||
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. | Excel Discussion (Misc queries) | |||
Concatenate and copy in VBA | Excel Programming |