VERSION 5.00 Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frmOptions Caption = "UserForm1" ClientHeight = 2880 ClientLeft = 45 ClientTop = 330 ClientWidth = 4680 OleObjectBlob = "frmOptions.frx":0000 StartUpPosition = 1 'Fenstermitte End Attribute VB_Name = "frmOptions" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub CommandButton1_Click() Unload Me End Sub Private Sub SpinButton1_Change() Select Case SpinButton1 Case Is = 10 opt1 = True Label1.Font.Size = opt1.Caption Case Is = 20 opt2 = True Label1.Font.Size = opt2.Caption Case Is = 30 opt3 = True Label1.Font.Size = opt3.Caption Case Is = 40 opt4 = True Label1.Font.Size = opt4.Caption Case Is = 50 opt5 = True Label1.Font.Size = opt5.Caption End Select End Sub