Gentlefolk;
I have a Word table which is in a document that is driven by a series of macros, given to me by macropod.
This works wonderfully for what I need, but I would like to have the numbers entered into a Word table cell to be displayed as dollar values.
For example, "125" would be displayed as "$125". In this case there is no benefit to having trailing decimal and zeros ($125.00). The numbers I am dealing with are large enough that the cents would just get in the way.
Word tables don't have this format built in, so I need a simple VBA script, or an equivalent solution.
So far, my Googling has not helped at the level I need assistance.
Thx!!
Don