Hello,
I'm busy, testing the Excel-VBA-Commands.
The Font-Objects are defined like :
oSheet:Range( "A1:C2" ):Name := "Arial"
oSheet:Range( "A1:C2" ):Size := 26
oSheet:Range( "A1:C2" ):Bold := .T.
oSheet:Range( "A1:C2" ):Italic := .T.
oSheet:Range( "A1:C2" ):Color := 16776960 // background light-blue
oSheet:Range( "A1:C2" ):Color := 0 // Black

but I couldn't find something to define the Font-Width like :
oSheet:Range( "A1:C2" ):Width := 25
< Font:Width > doesn't exist.

Is it possible, to define the Font-Width ?
otherwise I will delete the Font-Width-Slider.
Best Regards
Uwe
I'm busy, testing the Excel-VBA-Commands.
The Font-Objects are defined like :
oSheet:Range( "A1:C2" ):Name := "Arial"
oSheet:Range( "A1:C2" ):Size := 26
oSheet:Range( "A1:C2" ):Bold := .T.
oSheet:Range( "A1:C2" ):Italic := .T.
oSheet:Range( "A1:C2" ):Color := 16776960 // background light-blue
oSheet:Range( "A1:C2" ):Color := 0 // Black

but I couldn't find something to define the Font-Width like :
oSheet:Range( "A1:C2" ):Width := 25
< Font:Width > doesn't exist.

Is it possible, to define the Font-Width ?
otherwise I will delete the Font-Width-Slider.
Best Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.

