Answer Posted / suresh
Using variant rather than a specific data type is
slower because of conversions needed and takes up more
memory because additional over head
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does VB support pointers to functions?
How can you filter out specific type of file using file system controls?
What are the Internet tools available in VB6.0?
What is the use of Immediate, Local Window?
What is the use of Tabledef?
It possible to call OLEDB?s Features directly in VB without using any control?
what controls have you used in your project?
Difference between ActiveX Control and Standard Control.
What is Seek Method which type of record set is available this?
Explain about trees structures work.
Explain about creating VB applications in excel?
Types of LockEdits 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.
How do I tell when an application executed using the SHELL command is finished?
Explain about arrays?