Thread
:
vba macro to remove wildcard patterns and replace with static
View Single Post
01-22-2023, 05:33 AM
gmayor
Windows 10
Office 2019
Expert
Join Date: Aug 2014
Posts: 4,137
<012[0-9]{7}> will find your ten digit number beginning 012
[a-zA-Z0-9._-]{1,}\@[a-zA-Z0-9._-]{1,} should find your e-mail addresses
See
Replace using wildcards
and
Document Batch Processes
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor