Bonjour le forum,
J'ai un Userform avec 3 optionbutton:
avec 6 textbox
Je souhaite faire des calculs en fonction de l'optionbutton selectionnée:
- si optionbutton1 ou optionbutton2 est selectionné:
Textbox3= textbox1 + textbox2
textbox4= textbox0-textbox3
- si optionbutton3 est selectionné:
Textbox3= textbox1 + textbox2 - textbox5
textbox4= textbox0-textbox3