From: jkiser on 31 May 2010 12:35 I cannot seem to get the row height to autofit the contents. I have Excel 2007 and followed the instructions from the help menu.... In Microsoft Office Excel 2007, click the Home tab, click Format in the Cells group, and then click AutoFit Row Height. But it does not work and the row height reverts to its default. Any idea what's going on?
From: Gord Dibben on 31 May 2010 13:24 Do you have cells set for Wrap Text? Do you have any merged cells? These prevent autofit row heights and must be dealt with through VBA event code. Gord Dibben MS Excel MVP On Mon, 31 May 2010 09:35:02 -0700, jkiser <jkiser(a)discussions.microsoft.com> wrote: >I cannot seem to get the row height to autofit the contents. I have Excel >2007 and followed the instructions from the help menu.... > >In Microsoft Office Excel 2007, click the Home tab, click Format in the >Cells group, and then click AutoFit Row Height. > >But it does not work and the row height reverts to its default. > >Any idea what's going on?
From: jkiser on 1 Jun 2010 18:07 Yeah.... I have some merged cells with text wrapped in them. I guess that's the problem. "Gord Dibben" wrote: > Do you have cells set for Wrap Text? > > Do you have any merged cells? > > These prevent autofit row heights and must be dealt with through VBA event > code. > > > Gord Dibben MS Excel MVP > > On Mon, 31 May 2010 09:35:02 -0700, jkiser > <jkiser(a)discussions.microsoft.com> wrote: > > >I cannot seem to get the row height to autofit the contents. I have Excel > >2007 and followed the instructions from the help menu.... > > > >In Microsoft Office Excel 2007, click the Home tab, click Format in the > >Cells group, and then click AutoFit Row Height. > > > >But it does not work and the row height reverts to its default. > > > >Any idea what's going on? > > . >
From: Gord Dibben on 1 Jun 2010 19:21 That is the problem. If you want the event code, post back. Gord On Tue, 1 Jun 2010 15:07:01 -0700, jkiser <jkiser(a)discussions.microsoft.com> wrote: >Yeah.... I have some merged cells with text wrapped in them. I guess that's >the problem. > >"Gord Dibben" wrote: > >> Do you have cells set for Wrap Text? >> >> Do you have any merged cells? >> >> These prevent autofit row heights and must be dealt with through VBA event >> code. >> >> >> Gord Dibben MS Excel MVP >> >> On Mon, 31 May 2010 09:35:02 -0700, jkiser >> <jkiser(a)discussions.microsoft.com> wrote: >> >> >I cannot seem to get the row height to autofit the contents. I have Excel >> >2007 and followed the instructions from the help menu.... >> > >> >In Microsoft Office Excel 2007, click the Home tab, click Format in the >> >Cells group, and then click AutoFit Row Height. >> > >> >But it does not work and the row height reverts to its default. >> > >> >Any idea what's going on? >> >> . >>
|
Pages: 1 Prev: And in case I don't see you,good afternoon,good evening,and good n Next: Filter on Pivotable |