Private Sub Command1_Click() Select Case Text1.Text Case "1" Label1.Caption = "一" Case "2" Label1.Caption = "二" '以下省略 End Select End Sub