Hi All,
Looking for VBA code which helps in finding a value in list of files in the directory. It should fetch the filename, sheet name and address of the cell where the value holds.
For instance if I want to search "December 2019" in directory which has files name say file1, file2, file3, upto file10.
IF the value December 2019 is present in file4 and file7, the output in macro file should give me
Filename sheetname address of the cell
file4 sheet1 c4
File7 sheet3 d5
Any help will be appreciated.
regards,
Vinod
Looking for VBA code which helps in finding a value in list of files in the directory. It should fetch the filename, sheet name and address of the cell where the value holds.
For instance if I want to search "December 2019" in directory which has files name say file1, file2, file3, upto file10.
IF the value December 2019 is present in file4 and file7, the output in macro file should give me
Filename sheetname address of the cell
file4 sheet1 c4
File7 sheet3 d5
Any help will be appreciated.
regards,
Vinod