A
andreas
Hello:
I got a long document with lots of abbreviatons which should be
formatted by inserting a nonbreaking space that is formatted with font
size 4. One example:
The abbreviation is: "z.B."
Now "z.B." should be replaced by "z.+(nonbreaking space formatted with
font size 4)+B.
I tried a two step VBA replace in which I first replace "z.B" with
"z.####B." and then in a second step I replace "####" with a
nonbreaking space (^s) that is formatted with font size 4.
The result is that a non-formatted nonbreaking space is inserted, not a
formatted one. Can this be achieved somehow ?.
Help is appreciated. Thanks in advance.
Regards,
Andreas
I got a long document with lots of abbreviatons which should be
formatted by inserting a nonbreaking space that is formatted with font
size 4. One example:
The abbreviation is: "z.B."
Now "z.B." should be replaced by "z.+(nonbreaking space formatted with
font size 4)+B.
I tried a two step VBA replace in which I first replace "z.B" with
"z.####B." and then in a second step I replace "####" with a
nonbreaking space (^s) that is formatted with font size 4.
The result is that a non-formatted nonbreaking space is inserted, not a
formatted one. Can this be achieved somehow ?.
Help is appreciated. Thanks in advance.
Regards,
Andreas