View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Hutchins Tom Hutchins is offline
external usenet poster
 
Posts: 1,069
Default Woksheet spliting

Sorry, each column has a single width for all its cells. You could merge
cells to simulate wider columns, but merged cells can cause problems with
sorting and some editing operations.

Hope this helps,

Hutch

"Liz" wrote:

I am trying to see if there is a way to split a worksheet. The data I have
to input needs to have columns at different widths.

example:
A1.
a b c d e f



A2

A b c d e f

Any help you can give me I would appreciate