Is it possible to change the font type in a text box? I need to display the infinity character, which can be done in the Terminal font.
I've tried:
Document.Testform.txtTotalLeakage.Font = "Terminal"
VBscript doesn't recognize the 'font' property. I can't seem to find anything about how vbscript handles fonts.
Please help if you can.
Thanks,
dmh4ab
I've tried:
Document.Testform.txtTotalLeakage.Font = "Terminal"
VBscript doesn't recognize the 'font' property. I can't seem to find anything about how vbscript handles fonts.
Please help if you can.
Thanks,
dmh4ab