Hello,
I like to copy row based on multiple conditions and I hacve a problem with letters. I like to check if cell in column O contains letters P and R, and if so, copy row to next sheet.
my code is (with not working P and R)
Dim cell1 As RangeDim lastRow1 As Long, i As Long
lastRow1 =...