Answer Posted / ajay
it is an spread sheet for which we use for
storing and manipulating data
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is visual basic used for?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is ActiveX Control?
How do I mimic a toggle button?
What are the Internet tools available in VB 6.0?
How do I program the Novell NetWare API from VB?
How do you change the icon and otherwise manipulate the DOS box?
Does VB support pointers to functions?
How to control the file?
What are the tools available for Debuggiu in VB?
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.
Explain the differences between ActiveX Dll and ActiveX Exe?
How can I create a VBX?
Is there any way to pass a variable to a form apart from using global variables?
How would you add elements in TreevieW Control?