M
Mark1110
I inherited a program that is written in word basic using Microsoft Word
2003. I have a variable that prints in a Word document:
Hinp$ = "$250^p^tper day ^p^t up to 3 day maximum"
This line works fine, it prints in normal text. What the user wants is to
have the word "maximum" in bold. I tried ^b, [bold], and a few other things
that either doesn't work or I get a syntax error. Both Microsofts web site
and the internet didn't help me much. Does anyone know how to use bold in a
variable so only the word maximum prints.
Thanks,
Mark
2003. I have a variable that prints in a Word document:
Hinp$ = "$250^p^tper day ^p^t up to 3 day maximum"
This line works fine, it prints in normal text. What the user wants is to
have the word "maximum" in bold. I tried ^b, [bold], and a few other things
that either doesn't work or I get a syntax error. Both Microsofts web site
and the internet didn't help me much. Does anyone know how to use bold in a
variable so only the word maximum prints.
Thanks,
Mark