I have a worksheet in one column is a list of book titles. In other columns I have other information linked to the specific titles eg. ISBN, price, number in stock.
I am trying to write a VBA macro to allow the user to search for titles containing specific words eg. searching for all titles containing the words 'Day' and 'Rain' in them. The macro would then copy all these book titles and their relevant information ie. ISBNs, prices etc. to a different worksheet.
Can anyone give me help in doing this? The VBA Find function if seaching for a string containing "Day Rain" would only find titles with the words in that specific order ie. it wouldn't find a title of "A Day in the Rain". How can I write a macro that would find the title "A Day in the Rain" from the string "Day Rain"???
I am trying to write a VBA macro to allow the user to search for titles containing specific words eg. searching for all titles containing the words 'Day' and 'Rain' in them. The macro would then copy all these book titles and their relevant information ie. ISBNs, prices etc. to a different worksheet.
Can anyone give me help in doing this? The VBA Find function if seaching for a string containing "Day Rain" would only find titles with the words in that specific order ie. it wouldn't find a title of "A Day in the Rain". How can I write a macro that would find the title "A Day in the Rain" from the string "Day Rain"???
Last edited: