J
Jants
Hi, when I use the following code:
x = Application.Dialogs(750).Show
If x = "-1" Then
MsgBox "Cancel"
Else: MsgBox "OK"
End If
I get an error when I hit Cancel. How can I fix this ? I just want to close
the damned dialogbox when I hit Cancel
Can anyone help ?
x = Application.Dialogs(750).Show
If x = "-1" Then
MsgBox "Cancel"
Else: MsgBox "OK"
End If
I get an error when I hit Cancel. How can I fix this ? I just want to close
the damned dialogbox when I hit Cancel