Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Basic Error Numbers

Status
Not open for further replies.

kuttapan

Programmer
Jan 27, 2005
11
US
Is there a range of Error Numbers that the Visual Basic Application uses. The basic purpose is to find the range of Error Numbers that we can use as our own that will not conflict with the Visual Basic application Errors.

Thanks,
Kuttapan.
 
You should use the special number vbObjectError, tap that into google for a full explanation of how to do it.
 
You should use vbObjectError to avoid this.

Example:

Err.Raise Number := 600 + vbObjectError


vladk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top