Is the Variant type slower than using other variable types?
What is the use of Tabledef?
Give brief description about class?
How to use hyperlink?
How many types of API functions are available in VB?
To populate a single column value which dbcontrols you to use?
When/Why should I use Option Explicit?
How do I force a file dialogue box to reread the currect disk?
How do I get my application on top?
Why can't I use an index with my VB accessed database?
What is ActiveX Document?
Which language is used in visual basic?
What are the different procedures associated with the object?
What is meant by Establish Connection in RDO?
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.