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.
2200Post New CGI Visual Basic Interview Questions
How is union transformation utilized?
Define about show-html method?
What does $_ post mean in php?
What is the standard of cotton yarn count?
list some common errors faced with jspm while updating java stcks.and solutions.
What is jenkins pipeline? What is a ci cd pipeline?
What is wrapper class?
Why pivot table is used in excel?
What are the different types of views in sap r/3 system?
What is the difference between namenode, backup node and checkpoint namenode?
Name some of the file extension for ms access?
What is volatile c?
What do you know about Ipv4 and Ipv6?
How isolater function when installed inelectrical 440V wiring
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.