Discussion
:
accéder à ne textbox suivant critère dans userform
Afficher un message
29/11/2005, 11h23
#
12
(
permalink
)
PascalXLD
Super Moderator
Date d'inscription: février 2005
Localisation: Rennes
Version Excel :
Excel 2000 (PC)
Messages: 8 649
Re:accéder à ne textbox suivant critère dans userf
Re
Mets ce code dans l'initialisation de ton userform REPRISE
Citation:
Private
Sub
UserForm_Initialize()
If
Me.TextBox25 = 'OR'
Then
* * Me.TextBox13.SetFocus
Else
* * Me.TextBox1.SetFocus
End
If
End
Sub
__________________
Pascal(
Visitez mon Blog Photo
)
Vous pouvez devenir "Supporter XLD", plus de renseignements
ICI
PascalXLD
Voir le profil public
Envoyer un message privé à PascalXLD
Visiter le site web de PascalXLD !
Trouver plus de messages par PascalXLD