Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/01/2006, 11:32
alejocr
 
Fecha de Ingreso: noviembre-2003
Ubicación: Costa Rica
Mensajes: 85
Antigüedad: 20 años, 6 meses
Puntos: 0
Compañer@s,,
Creo que ya lo solucione, peo me gustaria saber si hay una manera mas efectiva. Aqui va lo que probe..

Private Sub SSTab2_Click(PreviousTab As Integer)
If SSTab2.Tab = 1 Then
MsgBox "Sobre Tab 1", vbOKOnly
End If
If SSTab2.Tab = 2 Then
MsgBox "Sobre Tab 2", vbOKOnly
End If
If SSTab2.Tab = 3 Then
MsgBox "Sobre Tab 3", vbOKOnly
End If
If SSTab2.Tab = 4 Then
MsgBox "Sobre Tab 4", vbOKOnly
End If
If SSTab2.Tab = 5 Then
MsgBox "Sobre Tab 5", vbOKOnly
End If
If SSTab2.Tab = 6 Then
MsgBox "Sobre Tab 6", vbOKOnly
End If
End Sub

** Existira otra manera de hacer esto de forma mas seguro??

saludos

Gracias