how to prevent auto-height of row in skydrive excel sheet according to text entered in a cell

StackOverflow https://stackoverflow.com/questions/21088566

  •  27-09-2022
  •  | 
  •  

문제

I tried searching but couldn't find a solution to this very common problem.

If in a cell, I enter/paste a text worth a thousand 1000 words, then the height of the complete row increases. I just want it to be fixed, not increase according to the content entered in a cell.

Any idea where can I find this setting ?

도움이 되었습니까?

해결책

The word wrap functionality, when turned on, is what causes this. Turning it off will prevent the range from auto adjusting it's height.

edit To prevent it from happening when you paste, do a Paste Special -> Values or Paste Special -> Keep Text Only. Just pasting large amounts of text, depending on the formatting of the text (line breaks and such) can cause the word wrap functionality to be turned on for the cell you paste your values in.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top