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.
Can a subroutine pass back values? Is so How?
How do I make my applications screen-resolution independent?
Specify technical & functional architecture of your last 2 projects.
What is the use of stretch property in Image control?
How will you retain the values of existing elements in a dynamic array when you want to alter the array size?
What is the use of Tabledef?
What type of databases you can access through ADO Data Access Object?
What are the tools available for Debuggiu in VB?
What is recordset in visual basic?
Name the four different cursor and locking types in ADO ?
What is the return type of Instr and Strcmp?
How do I create controls dynamically (at run-time)?