i am looking for a vlookup VBA code for my project.
i have Multiple sheets like sheet1,sheet2,sheet3,....upto sheet6 in these sheets i have different columns and a usernames column with different usernames. i have one more sheet7 in that i have only one column with fixed usernames
now i want to vlookup sheet1 to sheet6 with sheet7 and what ever names are not matching with usernames in sheet7(i.e NA) should be deleted in all sheets from sheet1 to sheet6 and which are maching should be displayed
Please let me know if its possible with VBA code
i have Multiple sheets like sheet1,sheet2,sheet3,....upto sheet6 in these sheets i have different columns and a usernames column with different usernames. i have one more sheet7 in that i have only one column with fixed usernames
now i want to vlookup sheet1 to sheet6 with sheet7 and what ever names are not matching with usernames in sheet7(i.e NA) should be deleted in all sheets from sheet1 to sheet6 and which are maching should be displayed
Please let me know if its possible with VBA code