The docu reads: FontChooser.SelectedFont (gb.form) Property SelectedFont As String Returns or sets the selected font as a string. When I try to do Dim MyFont As String MyFont = "Courier" fcMyFont.SelectedFont = MyFont nothing happens. Am I expecting too much? Rolf