+ Reply to Thread
Results 1 to 3 of 3

Remove special characters from string - apply to multiple cells

  1. #1
    Registered User
    Join Date
    02-12-2013
    Location
    Philadelphia, P.A.
    MS-Off Ver
    2007
    Posts
    12

    Remove special characters from string - apply to multiple cells

    I found this bit of code here and it works as needed, but only in one cell.

    I've attempted a few different things to make it apply to A2, A3, A4 at the same time, but once I add anything past the first cell, it stops working.
    Please Login or Register  to view this content.
    I like the above code, but also had found this which works too, but I ran into the same problem of not being able to apply it to multiple cells.

    Please Login or Register  to view this content.
    Any help is greatly appreciated.

  2. #2
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: Remove special characters from string - apply to multiple cells

    This line right here is making so it only works on cell A1:

    Please Login or Register  to view this content.
    I would not suggest soley removing it but instead expand the range in which you allow the worksheet change event to work on. Something like this:
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    02-12-2013
    Location
    Philadelphia, P.A.
    MS-Off Ver
    2007
    Posts
    12

    Re: Remove special characters from string - apply to multiple cells

    The rest of my post was cut off somehow.

    I also had that I used a second working example, but it also only applied to a single cell and not a range. A2,A3,A4

    Please Login or Register  to view this content.


    Thanks

+ 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