Hey all,
I had a VBA code that was working. It would look for an error condition when Ledger = ABC and Company = V3 and would prompt a message box advising the user "Error on row 20".
They now want to look for company V3 or V4 so I changed the IF into a Case to look for multiple items and...