Thread: Merge Cells
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pete[_14_] Pete[_14_] is offline
external usenet poster
 
Posts: 1
Default Merge Cells

I wish to merge all empty cells in a selection with the first non
empty cell above retaining that value e.g.

Smith
<empty
<empty
Jones
Bloggs
<empty

Smith)
)Merged
)
Jones
Bloggs)
)Merged

and so on...

any ideas?

Pete