Question: 1. Modify the following function so that it will display the error description when division by zero occurs by filling in the proper lines
1. Modify the following function so that it will display the error description when division by zero occurs by filling in the proper lines in position X and Y. (or simply state what X and Y should be) Sub MoreErrorHandling () Dim a As Integer, b As Integer, c As Integer GetDataFromUser a, b X C a / b Y MsgBox c Exit Sub Handler: MsgBox Err. Description End Sub
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
