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 

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!