S

Jeune membre

Inscrit le :13/08/2014
Dernière activité :26/08/2014 à 00:50
Version d'Excel :2007
Messages
11
Votes
0
Fichiers
0
Téléchargements
0
SujetsMessagesStatistiquesVotes reçus

Messages postés par Safouane1991

DateAuteur du sujetSujetExtrait du message
18/08/2014 à 17:31Safouane1991 Changing a Label's pictureOui exactement ce que je cherche, je choisis une donnée dans ma ComboBox et l'image correspondant à cette donnée est affichée Merci...
18/08/2014 à 10:43Safouane1991 Changing a Label's pictureMais excusez moi je ne sais pas comment faire une liste avec des éléments comme images. ma liste contient des choix simple "banan" "fromage" ... et ce que je voulais c'est que lorsque je sélectionne un élément une image s'afficherai dans un label qui y correspond. Merci...
17/08/2014 à 02:19Safouane1991 Changing a Label's pictureUi merci la méthode ça marche lorsque je clique sur l'image ce qui est logique (label22_click) mais ce que je voulais c'est que le choix de l'élément de la liste qui permet de changer l'image automatiquement sans en cliquer !!!!! merci de me répondre sincèrement...
16/08/2014 à 19:23Safouane1991 Changing a Label's pictureJe voulais changer une photo au fur et à mesure que je change un élément de ma list. Par exemple, si c'était "Mr" ma photo change, si c'était "Mme" ma photo change... ainsi de suite !! Merci j'espère que c'est clair...
16/08/2014 à 18:51Safouane1991 Changing a Label's pictureI have a ComboBox has 3 item and i wanna show a picture as long as i change an item of the list here my Code but it is not working !!! Private Sub Label22_Click() If ComboBox5.Value = "CNSS" Then Label22.Picture = "CNSS.bmp" End Sub any help plzz thank you...
15/08/2014 à 23:00Safouane1991Pourcentage value in a textBoxAh c'est vraiment ce que je cherche merci infiniment...
15/08/2014 à 13:59Safouane1991Pourcentage value in a textBoxI have a problem with my application !! I wanna show a number in pourcentage in a textBox in a userform but i do not know how to do it !! here my code : textBox.Value = Sheets("Resultat").Range("F12").Value but i got 0,275667878777887 and i want to show 27% Any help thank you in advance...
14/08/2014 à 15:24Safouane1991Comment on userformOh this video is not about adding comment anyway i found the solution u have to use this method Private Sub Userform_Activate() TextBox1.ControlTipText = "bla bla bla" end sub This is the code of how it works. Thank you Brother...
14/08/2014 à 14:33Safouane1991Comment on userformYes exactly what i need but in a textbox or comboBox in a userform thank you...
13/08/2014 à 22:30Safouane1991Comment on userformThanks for answering, but what i need is to show a comment wish explain smth about the cell so that the user doesn't write smth wrong. For exemple if my cell has to have a number% btw (2% to 4%) the user has to write a number in btw. and the message will be when i cross that cell " the rate of bla b...
13/08/2014 à 17:58Safouane1991Comment on userformPlz need your help, i wanna show a comment when i cross a textBox, ComboBox or ... in a userform. How would i do that ? Thank you it is urgent...