Results 1 to 2 of 2

Thread: Resolved: Enumerating Fonts quick Q

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2002
    Posts
    45

    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
  •  



Click Here to Expand Forum to Full Width