I thought I'd seen this covered but can't find it now...
I have a mass of old docs full of little typing errors like not using the À
character but writing A', or double-spces and weird stuff before or after
commas, colons and brackets. I've written a chain of text replacement subs
that check through the text one after another and put all these things right
(from a userform where I have "replace" and "skip" buttons).
This works fine but now I've come across a whole load of these docs that
contain textboxes too. Lots of them, some used as labels for pictures, some
as callouts or comments.
How can I run my string of routines for all the textboxes ?

Signature
David M
WinXP - Office2003 (Italian)
Stefan Blom - 26 Mar 2008 13:14 GMT
See http://word.mvps.org/faqs/macrosvba/FindReplaceAllWithVBA.htm.

Signature
Stefan Blom
Microsoft Word MVP
>I thought I'd seen this covered but can't find it now...
> I have a mass of old docs full of little typing errors like not using the
[quoted text clipped - 9 lines]
> as callouts or comments.
> How can I run my string of routines for all the textboxes ?