Suppressing error message in msgBox
- From: "idey" <dey.indranil@xxxxxxxxx>
- Date: 16 Jan 2006 02:16:28 -0800
Hi,
I have an application in which I have handled error by using
On Error goto err
-------
------
err:
--------------------------
Now at some places I want to throw a runtime exception which I do by
Err.Raise method.
The problem is that the message box which appears contains the text
'Run-time error :118' or some other number.
This along with my customized mesg.
I want to remove the above message and only display my mesg.
How do I do it?
Thanks,
Indranil.
.
- Follow-Ups:
- Re: Suppressing error message in msgBox
- From: David J Mark
- Re: Suppressing error message in msgBox
- From: Jan Hyde
- Re: Suppressing error message in msgBox
- Prev by Date: Re: Seriously OT
- Next by Date: Re: Can I sell an application developed using VB 2005 Express?
- Previous by thread: Re: User Defined type()
- Next by thread: Re: Suppressing error message in msgBox
- Index(es):
Relevant Pages
|