Class FontNames (Word VBA)
The class FontNames represents a list of the names of all the available fonts. To use a FontNames class variable it first needs to be instantiated, for example
Dim fns as FontNames
Set fns = FontNames
The class FontNames represents a list of the names of all the available fonts. To use a FontNames class variable it first needs to be instantiated, for example
Dim fns as FontNames
Set fns = FontNames