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.
No Answer is Posted For this Question
Be the First to Post Answer
What is file in vb?
Why does everybody say I should save in TEXT not BINARY?
How many ways we can access file using VB?
What type of databases you can access through ADO Data Access Object?
what is the Difference between Linked Object and Embedded Object?
what is the Difference between Tabletype and Snapshot?
what is the Property used to add a menus at runtime?
Where can I get updated VB and other Microsoft files?
How to check the condition in Msgbox?
Difference between Recordset and Resultsets.
which Property is used to count no. of items in a combobox?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?