Dim bakFont As Font Dim newFont As Font bakFont = TextBox1.Font newFont = New Font(bakFont.FontFamily, bakFont.Size + 1) TextBox1.Font = newFont