|
-
Aug 26th, 2003, 12:30 PM
#1
Thread Starter
Member
Resolved: Enumerating Fonts quick Q
I found this code to enumerate fonts from a post in 2002.
Dim fThis As Font
For Each fThis In Screen.Fonts
Debug.Print "Screen font " & fthis.Name
Next fThis
seems to me like it should work. However, I get a compile error:
"Argument not optional" with the .Fonts in the for..each loop highlighted.
I can't figure this one out.
Thanks.
Last edited by illini_dill; Aug 26th, 2003 at 12:56 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|