i want to see all the installed font name using for each loop.i have
written a code but it say object required.and it break at bold line.
kindly let me know any idiea?
Private Sub Form_Load()
Dim f As Font
B]For Each f In Fonts[/B]
MsgBox f.Name
Next