Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
[default - edit me]
Answer
'------------------------------------------------------------------------------- Sub Utiliser_UserContact() '------------------------------------------------------------------------------- Load UserContact UserContact.TboNom = Application.UserName UserContact.Show If UserContact.Choix = "Valider" Then Range("A1") = UserContact.TboNom Unload UserContact End Sub

Question
[default - edit me]
Answer
?

Question
[default - edit me]
Answer
'------------------------------------------------------------------------------- Sub Utiliser_UserContact() '------------------------------------------------------------------------------- Load UserContact UserContact.TboNom = Application.UserName UserContact.Show If UserContact.Choix = "Valider" Then Range("A1") = UserContact.TboNom Unload UserContact End Sub
If you want to change selection, open document below and click on "Move attachment"

Mémento sur la programmation en VBA pour EXCEL - Tome 1
ire en mémoire par l'instruction Load, alimenter l'objet rendu disponible, puis afficher le formulaire par l'instruction Show. Le code suivant permet d'alimenter la zone de saisie du nom de l'utilisateur actif : Sélectionnez <span>' ------------------------------------------------------------------------------- Sub Utiliser_UserContact ( ) ' ------------------------------------------------------------------------------- Load UserContact UserContact . TboNom = Application . UserName UserContact . Show If UserContact . Choix = " Valider " Then Range ( " A1 " ) = UserContact . TboNom Unload UserContact End Sub Voici un autre exemple, de création d'un questionnaire pour un sondage… [imagelink] Touche « F5 » pour exécuter le formulaire qui peut ressembler à

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.