+ Reply to Thread
Results 1 to 2 of 2

how to replace a hard return?

Hybrid View

  1. #1
    go1angel
    Guest

    how to replace a hard return?

    I have a bunch of hard returns at least I think that is what they are. The
    data comes from a database on our intranet. I get the data in the form of an
    excel spreadsheet. But now I have all of the returns. They look like bold
    bars and when I click in the cell they look like empty boxes. I tried doing a
    find and replace with ALT 0010. It found a number of returns but not any of
    the ones I need it to find.

    If you can help I would appreciate it very much.


  2. #2
    Tom Ogilvy
    Guest

    Re: how to replace a hard return?

    let's say that this is the 4th character in the string in A1. In another
    cell you could do

    =code(mid(A1,4,1))

    to find out what the ascii code of the character is.

    --
    Regards,
    Tom Ogilvy



    "go1angel" <go1angel@discussions.microsoft.com> wrote in message
    news:345385DE-3F8C-4493-8B15-06396C3A7A1C@microsoft.com...
    > I have a bunch of hard returns at least I think that is what they are.

    The
    > data comes from a database on our intranet. I get the data in the form of

    an
    > excel spreadsheet. But now I have all of the returns. They look like bold
    > bars and when I click in the cell they look like empty boxes. I tried

    doing a
    > find and replace with ALT 0010. It found a number of returns but not any

    of
    > the ones I need it to find.
    >
    > If you can help I would appreciate it very much.
    >




+ 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