✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Nous exécutons la macro calc_carre() et nous souhaitons utiliser la fonction carre(nombre), quelle est l’instruction manquante
Function carre(nombre) carre = nombre ^ 2
End Function Sub calc_carre()
Dim resultat As Double
nombre = InputBox("Le carré de quel nombre voulez- vous calculer ?")
???????????
MsgBox resultat
End Sub
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!