O
Old Lars
I'm porting a Word VBA macro from Windows to Mac. At one point it does
a wildcard search and replace of "^13[^13]@" to "^p"; in other words,
it finds two or more paragraph marks and replaces them with one. Works
fine on Windows. On Mac, it complains that ^13 is not a valid
character in a wildcard search. What character should I be using? ^p
does not work, but of course it doesn't work on Windows either.
TIA--
a wildcard search and replace of "^13[^13]@" to "^p"; in other words,
it finds two or more paragraph marks and replaces them with one. Works
fine on Windows. On Mac, it complains that ^13 is not a valid
character in a wildcard search. What character should I be using? ^p
does not work, but of course it doesn't work on Windows either.
TIA--