jeudi 31 janvier 2019

How to do IF statement for the final character in a cell (VBA)

I am using the current code

If Left(cell.Value, 1) = ")" Then

....

End If

But it still seems to apply to every cell, not just the cells ending with ")"

Any help would be great ( I am still a noob)

Aucun commentaire:

Enregistrer un commentaire