On my formula.htm page
Function fontinfo(cell As Range) As String
fontinfo = cell.FONT.Name & " -- " & cell.FONT.Size
If Left(cell.FONT.FontStyle, 7) = "Regular" Then
fontinfo = Trim(fontinfo & Mid(cell.FONT.FontStyle, 8, 100))
Else
fontinfo = Trim(fontinfo & " " & cell.FONT.FontStyle)
End If
End Function
An example of use, depending on what font you actually used in your
table the formula shown might be substituted by something such as:
Arial -- 12 Bold
Webdings -- 12
Wingdings 2 -- 12