Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is there a way to find out, if more than one font is used in a cell? The example below shows how to use different fonts in one cell. I need to test if this is done and if it is done to get the differen font objects. Range("B5").Select ActiveCell.FormulaR1C1 = "abcdef" With ActiveCell.Characters(Start:=1, Length:=2).Font .Superscript = False End With With ActiveCell.Characters(Start:=3, Length:=1).Font .Superscript = True End With With ActiveCell.Characters(Start:=4, Length:=3).Font .Superscript = False End With Range("B6").Selec ----------------------------------------------- ~~ Message posted from http://www.ExcelTip.com ~~View and post usenet messages directly from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how I can Check the color of font in excel cell ? | Excel Worksheet Functions | |||
Check Font? | Setting up and Configuration of Excel | |||
check box label font | Excel Discussion (Misc queries) | |||
Font in Check Box | Excel Discussion (Misc queries) | |||
check font colour | Excel Programming |