What is diff between the Generic Variable and Specific
Variable?
Answer Posted / guest
Generic Variable:
Create Object Ex:-Ole-Automation . No need refer the object
library.
Specific Variable:
Binding Procedure Early and Late Binding ( Can be Remove
from the Memory).
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How would you create Visual basic Document file?
What is rdo in vb?
How can you determine performance standards?
What is Parser Bug?
What is the difference between Msgbox Statement and MsgboxQ function?
what are the Differences between Recordset and Resultsets?
What is the use of NEW Keyword? Explain.
Where can I get updated VB and other Microsoft files?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
Why visual basic is used?
How do I make my applications screen-resolution independent?
Difference between Linked Object and Embedded Object?
Is it possible to Manipulate data through flexgrid? Explain.
Can you tell me the properties of the controls?
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.