Windows 7 - 32bits : EXCEL 2003 VBA CINT() PROBLEME CHIFFRE PAIR RETOURNE PAS BON :: IMPAIR BON
Le
Bonjour,
j'ai un probleme dans VBA de EXCEL 2003 a la fontion cint()
tt = 128.5
Range("a1") = CInt(tt)
Range("a1") = 128
tty = 141.5
Range("a2") = CInt(tty)
Range("a2") = 142
tester plusieurs chiffre toujours le meme probleme
LES NOMBRES PAIR retour le mauvais reponse LES NOMBRES IMPAIR retourne la bonne reponse
merci de votre aide
j'ai un probleme dans VBA de EXCEL 2003 a la fontion cint()
tt = 128.5
Range("a1") = CInt(tt)
Range("a1") = 128
tty = 141.5
Range("a2") = CInt(tty)
Range("a2") = 142
tester plusieurs chiffre toujours le meme probleme
LES NOMBRES PAIR retour le mauvais reponse LES NOMBRES IMPAIR retourne la bonne reponse
merci de votre aide