C
Chris
Hi,
I've been pondering this one for days now. I have text in a table cell that
I always have to select and bold. There are 3 dollar values and one date
that need to be formatted to bold. The date also needs to be changed from
##/##/#### to a full date format. Below is a sample of how the text looks in
the table cell. It is imported from an access database and can't be
formatted prior to being imported into the word document.
This box contains $4.00 three dollars amounts $457.00 and one date that need
changing $9990.85 in some way.
I've tried using Mid, FormatCurrency, Int and a few other VBA functions and
commands, but the closest I got was to bold one dollar figure with no control
over the size of the figure (it bolded 2 letters to the left of the dollar) -
then I forgot what I had done after trying other methods!
It's just a bit beyond my VBA skills to write it. Can anyone help?
I've been pondering this one for days now. I have text in a table cell that
I always have to select and bold. There are 3 dollar values and one date
that need to be formatted to bold. The date also needs to be changed from
##/##/#### to a full date format. Below is a sample of how the text looks in
the table cell. It is imported from an access database and can't be
formatted prior to being imported into the word document.
This box contains $4.00 three dollars amounts $457.00 and one date that need
changing $9990.85 in some way.
I've tried using Mid, FormatCurrency, Int and a few other VBA functions and
commands, but the closest I got was to bold one dollar figure with no control
over the size of the figure (it bolded 2 letters to the left of the dollar) -
then I forgot what I had done after trying other methods!
It's just a bit beyond my VBA skills to write it. Can anyone help?