Hello guys!
I'm pretty new to VBA and macros, and I need your help :)
Basically, I was using this code to search my whole workbook (contains 5+ sheets) for a specific text (name for example).
Public Sub FindText()'Run from standard module, like: Module1.
'Find all data on all sheets!
'Do not...