✅ 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_cube() et nous souhaitons utiliser la fonction cube(nombre), quelle est l’instruction manquante
Function cube(nombre) cube = nombre ^ 3
End Function Sub calc_cube()
Dim resultat As Double
nombre = InputBox("Le cube de quel nombre voulez- vous calculer ?")
???????????
MsgBox resultat
End Sub
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!