sponsored ads

how to fit cell to words in excel 2010

sponsored ads

I don't know excel 2010 well, I want to ask how to Fit cell to words in excel 2010, who can tell me the method? Thank you very much! Asked Apr, 05 2011
add commentflag 

sponsored ads

answer this question

  • 1

    In Microsoft excel, as you fill out data into each cell, it does not always auto expand to fit your selection.

  • 2
    Excel without auto fit
     
    Excel without auto fit

    In the screen shot we give an example of above.

  • 3

    As you can see with it spread out it does not fit into the cell.
    This can become, frustrating for both the user entering the data, and the person who needs to read it.

  • 4
    Left Click Selection
     
    Left Click Selection

    There is actually quite a simple solution to this.
    in the upper left hand corner of excel. (Screenshot Attached)
    Left Click, in the screenshot the line in the upper left represents where to click. This will highlight the complete sheet you are on.
    To the left of "A" and above the number "1"

  • 5

    Once you have left clicked and the complete sheet, has been highlighted, you will move to the next step. Which is to edit the column width

  • 6
    Format Menu
     
    Format Menu

    To edit the column width, you will want to go to the Format menu, in 2003, inn 2007 it is on the Home tab to the right as the screenshot indicates.

  • 7
    Auto Fit Column Width
     
    Auto Fit Column Width

    Once you have the format menu up select, Auto Fit Column width.
    Image attached indicates this selection.

  • 8
    Auto fit selection complete
     
    Auto fit selection complete

    Once complete your sheet will change. It will now take the information it the cells, and expand the cells so the information will fit.

    Compare this image to the first image




Answered Sep, 16 2010
vote up 0 vote down

Well, you can do the following:

Excel.Range xlEntireColumn = null;
Excel.Range xlRange = null;

while (reader.Read()) {
for (int i=0;i<numcols;i++) {
xlsheet.ActiveSheet.Cells[row,i+1] = reader.GetValue(i).ToString();

xlRange = xlSheet.ActiveSheet.Cells[row, i+1];
xlEntireColumn = xlRange.EntireColumn;
xlEntireColumn.AutoFit();
}

Hope this helps.

 

Answered Jul, 13 2010
vote up 0 vote down

There two method I'm aware of

(1) Drag the column large enough so you can see the whole text, but then this look weird

(2) Cell merging, because you merge it, then it become 1 cell.

To do this highlight all the cell you want to merge. Right click. Left click Format Cells...

Left click Alignment
Left click Merge Cells
Left click OK

This is based on Excel 2007, so it might be slightly different but should be similar.

Answered Sep, 24 2010
vote up 0 vote down

Your Answer

community wiki:

The Verified Code is to stop spamming. It will be hidden once your reputation reached 100.
or
Create one

Options

sponsored ads

Download related software from AFC

FIT Radio 1.0.18

Last Updated: Jun 23, 2011
License:
Filesize: 1.18MB

Continue to downloadPower by Afreecodec.com