Hi guys, complete noob here. So thanks in advance for any help.
I'm trying write a data search tool that does the following.
1. I type a value into a cell, say Sheets ("search").range("c3")
2. I run the macro
3. Macro goes into another worksheet (call it "data") and looks for the value that I typed in Search!C3
4. if the macro finds the value in "data", it copies the entire row and paste value into the first empty row of another worksheet (let's call it "sheet").
5. and the macro repeats until all relevant data has been copied.
I have no idea where to start so any help will be appreciated.
thanks!
Bookmarks