Thread: Merging Cells
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Enz Enz is offline
external usenet poster
 
Posts: 21
Default Merging Cells

Hello

I am trying to merge some cells within Excel, and am not quite sure if
there is a built in feature to allow for this or not. I am trying to
merge 8 cells into one as follows:


A1 B1 C1
2
3 check image test 1
4 blank test 2
5 check image Test 3
6 blank Test 4


I am trying to take Cell B3 - C6 (i.e. 8 cells), and place them into C1

so that they all appear within C1. I am not sure of the best way to do

this. Does anyone have a suggestion?