Hey guys, hope someone can help me.
I'm trying to write vba code to copy a cell from sheet to sheet.
I have a case where I want excel to find my typed word in cell A5 (Sheet1) on sheet2 of column 1. Then copy the row of the found word or cell next to the found word.
I wrote the code, but it...