Answer Posted / amit gupta
Visual Basic is a event oriented lnguage used to develop
user interface and write code easily to suport the user
interface.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between Recordset and Resultsets.
How do I create a new form in visual basic?
What is shortcut menu and explain "The ole control's shortcut menu".
How do I add a form in visual basic?
Binary Access-method isused to access file in which manner?
How many types of API functions are available in VB?
What is Parser Bug?
What is the use of ActiveX Documents?
How do I call help files from a VB program?
What is snapshot in vb?
How do I speed up control property access?
What can you do with visual basic?
State about the different types of visual basic data?
What are the uses of List View 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.