Do you see a box where that vblf/chr(10) would be?
If yes, then you still haven't changed that cell to wordwrap:
format|cells|alignment tab|wrap text.
If you don't see a box for that vblf, have you increased the rowheight?
TheVisionThing wrote:
>
> I've tried everything referenced, but nothing works.
>
> If I look at the cell using the cell view utility, I don't see a chr(13).
> If I replace chr(13) with "#CR#" I see it in the cell. If I replace chr(13)
> with chr(10), I don't get to see line breaks in the cell. I've also tried
> vbCRLF instead of chr(10).
>
> --
>
> ----------------------------------------------------
> This mailbox protected from junk email by MailFrontier Desktop
> from MailFrontier, Inc. http://info.mailfrontier.com
>
> "David McRitchie" <dmcritchie@msn.com> wrote in message
> news:e4gFYHuIFHA.3928@TK2MSFTNGP09.phx.gbl...
> > Did you turn on Cell wrap Format, cells, alignment, wrap
> > Alt+Enter turns on wrap for you.
> >
> > Perhaps you have a different character
> >
> > Determine if cell is Number or Text and why is it seen that way
> > (#debugformat)
> > http://www.mvps.org/dmcritchie/excel...tm#debugformat
> > ---
> > HTH,
> > David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
> > My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
> > Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
> >
> > "TheVisionThing" <WCressman@etelligence.com> wrote in message
> > news:AnSWd.1677$WK2.1185@newssvr30.news.prodigy.com...
> >> Didn't seem to work.
> >>
> >> If I use 'ConvertTextAreaExcel = Replace(strText, chr(13)."#LINE#")', I
> >> see
> >> '#LINE#' where the lines should be in the resume in the Excel cell.
> >>
> >> But ' ConvertTextAreaExcel = Replace(strText, chr(13),chr(10))' doesn't
> >> introduce line breaks into the cell.
> >>
> >> Regards,
> >> Wayne C.
> >>
> >>
> >>
> >
> >
--
Dave Peterson
Bookmarks