I was wondering if there is a way when I format numbers on a report i.e. Format(amt, "#,###.00"). if I can also format that it should bold or reverse.
Remember it looks something like this:
Thanks for your help!
Remember it looks something like this:
Code:
="Your balance is " & Format(amt, "#,###.00") & " , please submit payment"
Thanks for your help!