DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Private Sub Command1_Click() if Text1.Text = 1

Private Sub Command1_Click() If Text1.Text = 1 Then Label2.Caption = "THIS DAY IS SUNDAY" ElseIf Text1.Text = 2 Then Label2.Caption = "THIS DAY IS MONDAY"…