I have this code that searches a list for "Deposit". I would like to search for Deposit & Withdrawal. How can I adjust this code to accomplish this task.
Thank you kindly for your help...
Do Until Cells(RowNum, 19).Value = "" If InStr(1, Cells(RowNum, 20).Value, "Deposit"...