A
Angyl
After sweating and slaving to hack out a custom form in Word2003 and a
UserForm on top of it, my boss is not satisfied with the simple calculation
field that shows a difference between two amounts as DUE $12.34 or OWED
($12.34)
HE WANTS IT COLOR CODED! Red for amount owed and Green if money is due us.
*sigh*
Anyone know how best to code something like that? Is it even possible? (I'd
be happy to go back and tell him it can't be done).
I figure it could work as either a part of the VB code in the userform
command button that inputs the data (check that box and color appropriately)
or as a Macro that runs automatically when the userform is closed, or it
could be coded into the form field itself.
I know specifics are appreciated with these types of questions so the three
form fields I'm working with are bookmarked:
"Total"
"TotalPaid"
"OweDue"
Thanks in advance for your help!
UserForm on top of it, my boss is not satisfied with the simple calculation
field that shows a difference between two amounts as DUE $12.34 or OWED
($12.34)
HE WANTS IT COLOR CODED! Red for amount owed and Green if money is due us.
*sigh*
Anyone know how best to code something like that? Is it even possible? (I'd
be happy to go back and tell him it can't be done).
I figure it could work as either a part of the VB code in the userform
command button that inputs the data (check that box and color appropriately)
or as a Macro that runs automatically when the userform is closed, or it
could be coded into the form field itself.
I know specifics are appreciated with these types of questions so the three
form fields I'm working with are bookmarked:
"Total"
"TotalPaid"
"OweDue"
Thanks in advance for your help!