MFerrand, je vais suivre tes conseils et je te dirais ce que ça donne, merci pour ton temps et ton passage.
ça coince au niveau de : optionbutton3 et 4 si le premier est coché donc combobox3 et textbox15 doivent être masqués. quand je saisi le code que je considère correct :
if optionbutton3=true then
combobox3.visible=false and textbox15.visible=false
else
combobox3.visible=true and textbox15=true
end if
if not combobox3=" " then
textbox16.value= combobox3.value * textbox15.value
end if
mais ça donne rien .....
est ce que j'ai raté quelque chose....