![]() |
|
|
|
#1
|
|||
|
|||
|
I am trying to do a find/replace of every section heading that has improper formatting in a document. Most sections are;
Code:
Section 123: (section name) Code:
Section 125 (section name) Code:
Section [0-9][!:] I then tried to modify it to; Code:
Section [100-999][!:] |
|
#2
|
||||
|
||||
|
Section [0-9]{1,}
See Replace using wildcards
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help With Find and Replace Wildcard | rsrasc | Word VBA | 9 | 10-13-2015 02:37 PM |
New Find/Replace Wildcard Needed
|
rsrasc | Word VBA | 2 | 11-11-2014 09:46 AM |
Find/Replace Wildcard Needed
|
rsrasc | Word VBA | 4 | 11-11-2014 08:28 AM |
Wildcard Find and Replace
|
Ulodesk | Word | 1 | 06-23-2014 10:26 AM |
Need help using WildCard Find & Replace
|
Cayce | Word | 1 | 06-09-2014 04:17 PM |