+ Reply to Thread
Results 1 to 3 of 3

identify little squares for Alt Enter

  1. #1
    DB
    Guest

    identify little squares for Alt Enter

    I'm pulling bulleted text from a PowerPoint into an Excel table. My text
    comes in fine but need to remove the small little squares after each line and
    allow the next line to move down. Can anyone get me started on this?



  2. #2
    Dave Peterson
    Guest

    Re: identify little squares for Alt Enter

    If you want the cell's text to wrap, just select your range and

    Format|cells|alignment tab|check wrap text.

    The square will disappear and you'll see the text wrapping.

    DB wrote:
    >
    > I'm pulling bulleted text from a PowerPoint into an Excel table. My text
    > comes in fine but need to remove the small little squares after each line and
    > allow the next line to move down. Can anyone get me started on this?


    --

    Dave Peterson

  3. #3
    Andrew
    Guest

    RE: identify little squares for Alt Enter

    Sometimes you may see two squares (a line feed and a carriage return) in
    which case you will need to use this formula to do what you asked:

    =SUBSTITUTE(A1, CHAR(13) & CHAR(10), CHAR(10))

    "DB" wrote:

    > I'm pulling bulleted text from a PowerPoint into an Excel table. My text
    > comes in fine but need to remove the small little squares after each line and
    > allow the next line to move down. Can anyone get me started on this?
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1