
Private Sub CommandButton1_Click()
If MultiPage1.Value = 0 Then
MsgBox "Multipage selezionata " & MultiPage1.Page1.Caption
ElseIf MultiPage1.Value = 1 Then
MsgBox "Multipage selezionata " & MultiPage1.Page2.Caption
Else
MsgBox "Errore"
End If
End Sub |
