About 85,800 results
Open links in new tab
  1. Best way to remove invisible Unicode characters from text using …

    Dec 1, 2023 · These two characters are explained in Shapecatcher.com: Unicode character information for 'Left-to-right override' (0x202D) and Shapecatcher.com: Unicode character …

  2. Remove all tab characters (\t) in excel cells - Stack Overflow

    Feb 23, 2023 · Can I remove all tab characters (\t) in excel using 'Find And Replace'? I can't use VBA or Excel Function, because sheet has many cells and don't know which cell has tab char.

  3. How to remove the character "*" in Excel 2010? - Stack Overflow

    Dec 17, 2013 · The escape character in Excel is the ~. So, to find and replace all asterisks, search for ~* and replace with nothing. Please see the image in order to remove all * characters.

  4. vba - How to remove all non alphanumeric characters from a …

    Mar 30, 2013 · I need to remove all non alphanumeric characters from a string except period and space in Excel. A solution using VBA rather than pure excel functions be just fine.

  5. Removing special characters VBA Excel - Stack Overflow

    I'm using VBA to read some titles and then copy that information to a PowerPoint presentation. The problem is that the titles have special characters, but image files that I am also coping …

  6. Excel: how do I remove all carriage returns from a cell?

    Oct 5, 2010 · I want to get rid of all the carriage returns in my cell. How do I do this?

  7. How to remove illegal characters so a dataframe can write to Excel

    But the origin of these characters may be a problem. As you say, the dataframe comes from three Excel spreadsheets. If the source Excel spreadsheets contains those characters, you will still …

  8. Excel - Remove character from end of string - Stack Overflow

    Dec 1, 2016 · 4 Assuming the data is there in the Column A, use the function: =LEFT (A1,LEN (A1)-1). It will read all the characters excluding the last one.

  9. Remove duplicates within Excel cell - Stack Overflow

    Your question highlights the weakness of Excel's string operations. (Especially the inability to use regular expressions.) Also, Excel's absence of an eval -like function makes it difficult to this …

  10. Excel cell has an invisible character - Stack Overflow

    The problem is finding the cells with those unwanted "invisible" characters, as some cells may not be text, instead, a real number, like 7, which displays as a 7 (ctrl-G or "rings the bell" if text) …