What are the different types of errors in visual Basic?
Answer Posted / guest
Syntax Errors, Runtime Errors , Logic Errors.
| Is This Answer Correct ? | 67 Yes | 7 No |
Post New Answer View All Answers
How do I change the color of a form in visual basic?
Which language is used in visual basic?
Explain about conditional operators?
Why API functions are Required?
How do I speed up control property access?
What is data control in vb?
How can you get selected file from file system Control?
What is ActiveX Dll and ActiveX Exe?
Write the steps in Creating ActiveX Dll and Active Exe?
How to use hyperlink?
How many types of API functions are available in VB?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
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 get the number of free bytes on a disk?
How can you force new objects to be created on new threads?