Thread: [Solved] Numeric Values
View Single Post
 
Old 11-09-2014, 01:28 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,383
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You can do all of this via wildcard Find/Replace, without the need for a macro. For example:
Find = [0-9]{1,}
Replace = ^&
will find & replace all number sequences. All you need do is specify the replacement font colour. For the separators, you could use:
Find = [0-9][,.'][0-9]
Replace = ^&
Of course, you could also use the macro recorder to record these as a macro.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote