Thread
:
Blank Message Box after procedure execution
View Single Post
#
5
Posted to microsoft.public.excel.programming
Norman Jones
external usenet poster
Posts: 5,302
Blank Message Box after procedure execution
Hi Toby,
Exit Sub
Get_Params_err:
MsgBox Error$
Exit Sub
My suggested replacement should have read:
Exit Sub
Get_Params_err:
MsgBox Error$
---
Regards,
Norman
Reply With Quote
Norman Jones
View Public Profile
Find all posts by Norman Jones