View Single Post
 
Old 01-28-2015, 07:54 AM
ksigcajun ksigcajun is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: May 2014
Posts: 76
ksigcajun is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
If these are multi-level list #s inserted by Word, you can't reference them that way - you need to change the numbering format. If they are not multi-level list #s inserted by Word, they probably should be changed to them (makes document maintenance much easier), but you can change all of them in one go via a wildcard Find/Replace, where:
Find = <[0-9]@.[0-9]@.[0-9]@>
Replace = ^&
and setting the replacement font format to Bold.
These is not a multi-level list inserted by Word. This is a numbering system I've placed in the form.

How would I go about adding a find and replace in my script?
Reply With Quote