Thread: splitting cells
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Joanne Joanne is offline
external usenet poster
 
Posts: 121
Default splitting cells

I want to put:
Vendor Name Cust Name Cust Phone Cust Fax all on one row
For the sake of consistency throughout a large workbook, I wanted to use
cells to keep everything lined up equally.
Thought about using text boxes, and maybe even coding in the Workbook
Name = Vendor Name, Worksheet Name = Customer name - then I would only
have to add the phone and fax on each worksheet. But since the workbook
is already so large, I figured adding textbox controls and coding to
each worksheet to do something that can be done once and will never
change was going to bulk up the workbook and slow things up
un-necessarily.

Gord Dibben wrote:

No.:

What effect would you like achieve.

There may another method like Center Across Selection.


Gord Dibben MS Excel MVP

On Mon, 08 Oct 2007 08:54:59 -0500, Joanne wrote:

In excel 2003 is it possible to split a cell into 3 or 4 cells in one
particular row without it affecting the col setup in the rest of the
worksheet?
Joanne