I need to search 10 words in 10 excel files at once. Can anyone give me a macro for doing this? For example i want to search london,doha,delhi in 10-15 files in a folder at once. Is this possible with a macro?
Please help.
Thanks in advance.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
I added a section to make sure that you don’t select any blank cells. Since there are a gazillion blank cells in every workbook, the code will find them and run forever.
I also commented out the instructions that populate A1 and B1. Those instructions are expecting a single search string, which we no longer have.
Click Here Before Posting Data or VBA Code —> How To Post Data or Code.