Hi
oSheet:Cells( 1, 5 ):Value="We hope this information will be as helpful to others as it was for me."
How to underline "this information" only in red ?
Regards
ACWoo
Using FHW + bcc582
Underline
- Massimo Linossi
- Posts: 474
- Joined: Mon Oct 17, 2005 10:38 am
- Location: Italy
Re: Underline
oSheet:Cells(1,5):Characters(8,17):Font:Color := CLR_HRED
oSheet:Cells(1,5):Characters(8,17):Font:Underline := 2
oSheet:Cells(1,5):Characters(8,17):Font:Underline := 2
Re: Underline
Thanks
It works.
Regards
ACWoo
Using FWH + bcc582
It works.
Regards
ACWoo
Using FWH + bcc582