Different Styles within a single Cell
Hi Jeremie,
for example:
With ActiveCell.Characters(Start:=2, Length:=1).Font
.FontStyle = "Bold"
End With
Maybe the most convenient way is to record a macro to see properies and
their values with different styles.
Regards,
Ivan
|