View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Blue Aardvark Blue Aardvark is offline
external usenet poster
 
Posts: 31
Default Mutliple fonts within cell

In excel, when editing a string within a cell it is possible to use different
fonts for differents parts of the string. For example, a cell containing
"blue red green" could have the words coloured in the appropriate colour.

Can assigning multiple fonts to a single cell be achieved through vba? Can
the "blue red green" example be achieved just through code?

thanks