AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,114
- Office Version
- 2019
- 2010
- Platform
- Windows
Set found = .Range(rCol).Find(What:=Wanted, LookIn:=xlValues, LookAt:=xlPart)
Wanted exists in 2 parts in Column S and Column T
But I'm having no luck setting a range to both columns, (which I read is possible).
How's it done ? Also, can it be done so both xlPart and xlWhole could be applied. Thanks.
Wanted exists in 2 parts in Column S and Column T
But I'm having no luck setting a range to both columns, (which I read is possible).
How's it done ? Also, can it be done so both xlPart and xlWhole could be applied. Thanks.