If the contents of a cell start with ', I'm trying to change them using VBA - the first step being to delete the single quotation; however, I'm having trouble getting VBA to recognize the single quotation in the below If statement:
If Left(cel.Value, 1) = "'" Then ..... - I tired cel.text as...