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
Explain the "cursortype" and "Locktype" in VB?
What is dao in visual basic?
what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com
How can I access a record by record number?
What is visual basic used for?
What is recordset in visual basic?
Through which protocol OLEDB components are interfaced?
Is there any way to pass a variable to a form apart from using global variables?
What is meant by Establish Connection in RDO?
Explain Types of DBCombo boxes?
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 the image application?
What is script control?
What are the properties of datacontrol?
How would you activate animation control?