Hello,
Can you please provide me with a macro VBA code
In "Sheet1" i have values in 'A' and 'B' columns.
Sheet1:
A B
1 Name $10.00
2 Apple $20.00
3 Orange $30.00
Am trying to search in 'B1' cell of "Sheet2" for the values entered in 'A' column of "Sheet1".if search is true, the values of column A and B should be displayed in the sheet2.
Eg: Suppose i try to search for the name "Apple" from sheet2, it should search in sheet1 and if true, it should retrieve the name and amount from sheet1 and display it in the Sheet2
Sheet2
A B
1 Apple $20.00
Configuration: Windows XP IE 7
Try this....
|
Additional Ucase........
|
Hi Kaiyasit,
|
It's may be not good code.....
|