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
What is the difference between Msgbox Statement and MsgboxQ function?
What is the need of tabindex property is label control?
What is datagrid in vb net?
Explain the usage of Web Browser Control?
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.
What is the use of NEW Keyword? Explain.
Types of cursors in DAO?
What is the difference between c++ and visual basic?
__ no of controls in form.
___ property is used to change to ___ value to access a identity column'in datacontrols.
How would you create properties by using class Builder Wizard?
How do I change the color of a form in visual basic?
What is ActiveX Dll and ActiveX Exe?
How can I create a VBX?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?