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.
1554Post New CGI Visual Basic Interview Questions
Provide an example of testrunner class in cucumber.
What is the use of spread operator?
What can be done incase of excess payment of TDS Remittence than the actual amount? Is there any adjustment towards the excess amount with the upcoming TDS payment? Reference of last quarter challan should be shown while adjusting in next quarter?
Which percentage of carpet area use in plot area of office building.
When was .net linq added?
What is the procedure to take modvat and its form number
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is module in oop?
Where the schedule margin key is customized?
How do the wls jms 6.1 server/destination message maximum and threshold values work?
Explain bug leakage and bug release?
What are v1 and v2 log records? Which of them is processed first?
Difference between .Include and .append?
What are the steps to follow when preparing to create a table?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.