Item Property (WebPageFonts Object) Example
The following example uses the Item property to set myFont
to the WebPageFont object for the English/Western European/Other Latin Script character set in the active application.
Dim myFont As WebPageFont
Set myFont = _
Application.DefaultWebOptions.Fonts. _
Item(msoCharacterSetEnglishWesternEuropeanOtherLatinScript)