decadence
Well-known Member
- Joined
- Oct 9, 2015
- Messages
- 525
- Office Version
- 365
- 2016
- 2013
- 2010
- 2007
- Platform
- Windows
Hi, Is it possible to find multiple words in a string then replace them with nothing. When I say multiple words I mean like 1000+ because each word I want to remove is varied with a variation which may or may not include all or some of the following characters : "/", "+", "-"," ". Also case sensitive is not an issue and may or may not have a space before or after the word in a string.
Examples:
1- PPM
1000/PPM
+ 25 TO - 80 C Temp
+ 125 TO-55CTEMP
+40 TO -85 C
100 - ppm
0.063 W
0.125W
200 w
From what I have read while trawling the internet for clues on the best way to do this and from what i can tell the best way us to store the values that I want to remove and delete them in one fell swoop. But I don't know how to do this.
Examples:
1- PPM
1000/PPM
+ 25 TO - 80 C Temp
+ 125 TO-55CTEMP
+40 TO -85 C
100 - ppm
0.063 W
0.125W
200 w
From what I have read while trawling the internet for clues on the best way to do this and from what i can tell the best way us to store the values that I want to remove and delete them in one fell swoop. But I don't know how to do this.