About 1,760 results
Open links in new tab
  1. Remove part of text in cell | MrExcel Message Board

    Oct 31, 2010 · If the above text is in cell A1 the I would ideally want to see the following text in B1: that I am looking for. How will I be able to remove < /a > a part of this text and have it be …

  2. Macro to find & delete specific text in a cell - MrExcel

    Sep 24, 2010 · hi i have cells in column A that have text as follows HK - HK Stock (HKD) 00293 CATHAY. I need a macro to find and delete text HK - HK Stock (HKD).

  3. VBA to remove specific text from cells within a column

    Nov 7, 2009 · hello and thanks for looking in column A, starting in row 4, there dates entered looking like this: "WED., 3/1" ( no quotes in the cells ) I would like to loop through column A, …

  4. How do I delete all content except for some words?

    Oct 15, 2006 · Thank you HalfAce, and yes, the colors are as text contained with other text in cells. Yes, I want to delete the contents of the cells and leave only the instances of 'black', 'red' …

  5. Excel VBA InStr Function to delete string of text within a cell

    Aug 23, 2017 · I have a strings of text similar to the following (4010059877-TUR36036133 or TUR603916## 401007329) in column "AK".I need to Eliminate the TUR##### which can be at …

  6. VBA code to remove any text after certain characters

    Dec 7, 2005 · I am new to Excel and intested to know how the above code can be modified to remove any text/characters after a (" " , "-"," / ") for an entire column A:A or within a range …

  7. Concatenate and remove | MrExcel Message Board

    Nov 24, 2010 · REPLACE(old_text, start_num, num_chars, new_text) Old_text Required. Text in which you want to replace some characters. Start_num Required. The position of the …

  8. Remove part of text in Vba | MrExcel Message Board

    May 10, 2010 · I would like to remove or delete part of text from Column B The text to remove is last 2 chars I have been experimenting with this code Sub DelText() For r = 1 To 1000 Cells(r, …

  9. VBA: Remove section of text from cells - MrExcel

    Apr 29, 2015 · If the cell contains xxxx then remove the text starting from the beginning of the cell up to and including xxxx I am able to perform a simple replace of words in cells using macros …

  10. deleting only arabic letters | MrExcel Message Board

    Apr 16, 2016 · Once the function is entered in a module, you use it just as you would use any built-in Excel function: you enter the formula in a cell. If your mixed text is in cell A1, in B1 …

Refresh