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

Sujets créés par Safouane1991

DateForumSujetExtrait du message
16/08/2014 à 18:51Excel - VBA 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 à 13:59Excel - VBAPourcentage 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...
13/08/2014 à 17:58Excel - VBAComment 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...