my code in the equals sign is like this
dim num1 as integer
dim num2 as integer
dim answer as integer
dim operation as string
Option Explicit
if operation="/" Then
answer = num1/num2
End If
how can i make a msgbox denoting that a division by zero is occured, instead of error,,
thx,
Leave a comment: