View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
scott scott is offline
external usenet poster
 
Posts: 577
Default Copying a column of single cells into a column of merged cells

One way using VBA would be to read all the data into an array and then dump
the array into the destination cells. Might not be the best solution for
larger files though.

Cheers,

Scott

" wrote:

I am trying to copy a column of single cells on one worksheet into a
column of merged cells on an adjacent worksheet- does anyone have any
methods of achieving this? I tried formulas, but the referencing gets
messed up and in the merged cells it only displays every fourth entry
from the column of single cells. Any help would be appreciated.

Claire