Hello folks,
I'm trying to add what's on the left of "/", but sometimes the cell does not contain that character, and I am having trouble handling the error:
Dim fbormk as Variant
fbormk = Left(Cells(ActiveCell.Row, rmks), InStr(1, Cells(ActiveCell.Row, rmks), "/") - 1)
If...