![]() |
|
|
|
#1
|
|||
|
|||
|
Hi Andrew, I've tidied up the code a little bit with regard to searching and deleting the less than and greater than symbols which is working great. I'm trying to work out how to include the superscript text within those symbols to be deleted at the same. It does appear however that the less than symbol followed by blue superscript text doesn't always have a closing greater than symbol - I'm probably over thinking it too much and should leave it alone but I was just curious how I would include searching for text within two Chr values.
Code:
.text = "[" & Chr(60) & Chr(62) & "]"
.Replacement.text = ""
.Execute Replace:=wdReplaceAll
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
find/remove duplicates
|
hephalumph | Word | 9 | 02-06-2022 07:23 PM |
| look for VBA to remove Duplicates from Subfolders | nf24eg | Outlook | 0 | 08-12-2021 05:03 AM |
| Macro to keep first instance and remove duplicates in certain column | zhead | Excel | 2 | 03-18-2015 10:16 AM |
Counting Blanks in 1 Column and Non-Blanks in Another
|
dogwood705 | Excel | 4 | 02-07-2015 08:45 AM |
| Macro to remove duplicates in Refrences list | HowardC | Word VBA | 0 | 05-20-2010 09:57 AM |