View Single Post
  #2   Report Post  
Graham Mayor
 
Posts: n/a
Default

Use a wildcard replace of
([0-9]{1,})#
with
\1 (with format font red colour & bold set)

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Yandros wrote:
Hi all,

Can anyone provide me with guidance.

I have a series of comma & space separated values in the format:-

542224452, 5422245#, 54222740, 54223425, 5422346, 542235, 54224140,
54224141#, 542244412, 542244413#, 542244414#, 542244415#, 542244416#,
542244417#, 542244418#.

I'd like use a find and replace function to find all the numbers
ending in a # and replace them with just the number (ie without the
#) but in bold (or another colour ie Red).

Any advice will be gratefully received.

Thanks in advance

Yandros