View Single Post
 
Old 01-24-2019, 09:16 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
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

As Andrew said:
Quote:
Originally Posted by Guessed View Post
Just subscript the lot and then do a second search and replace to make any subscript X into normal size.
That means:
A wildcard Find/Replace:
Find = X[0-9]{1,}
Replace = ^&
subscripting the replacement
followed by:
Find = X
with the subscript attribute
Replace = ^&
removing the subscript.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote