New to stackoverflow and VBA (and to scripting in general to a lesser extent) so I apologise if I've broken any rules or made any silly mistakes.
Currently I have a one dimentional array containing several strings. I want to build a loop that for each string in the array searches all of the columns of sheet1 for the string and then copies the containing rows to the first blank row in sheet2.
The issue is that I can't find a built in subroutine that will allow me to search multiple/all columns for the search term, only ones that look in a single column. I assume there is something built in that does this as it seems like an obvious thing to have- where can I find it? And if you're feeling kind and you have some example code please post it :)
Thanks,
Louis
P.S. If anyone has some VBA guides/documentation that they would like to recommend, please do! My google fu is weak and I've not found much so far.