How does the following statements work?
On Error Goto 0
Answer Posted / saru
on error goto om
msbox("This line has error") ' if this statement has
error
msgbox("This line has error") ' if this statement has error
om:
msgbox("An error has occured")
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Difference between ActiveX Exe and Dll.
How would you access objects created in ActiveX Exe and ActiveX D1T ?
How to get freefile location in memory?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
How can you Add API functions to your Application?
What is OLEDB?
how a multiple routing works ?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I program the Novell NetWare API from VB?
what are the Differenct Types of Procedures in VB?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
What is script control?
What is ActiveX? Explain.
How would you navigate between one document to another document in Internet Explorer ?
How do I do drag & drop between applications?