View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pete[_28_] Pete[_28_] is offline
external usenet poster
 
Posts: 3
Default Multiple font sizes in a single cell

Hi everyone.

OK, so I know you can set and get the font size of a cell in Excel by using
Cell.Font.Size, but if there are multiple font sizes (some of the text in
the cell at 12pt and some at 10pt in the same cell), Cell.Font.Size returns
a Null value. Is there anyway to get the different font sizes out of a
single cell?

TIA for any help.
-Pete