Good day,
I am new to the VBA code for excell.
I am trying to automate a process for my small business.
I am trying to create a macro to find multiple values, one of them is "B00ZL31582".
All i came with so far is:
Cells.Find(What:="B00ZL31582", After:=ActiveCell, LookIn:=xlValues, _...