I use the instr function frequently to find particular characters
within a string and manipulate them eg all characters to the left of a
particular character.
If I understand correctly, Instr finds the first occurence of the
nominated characater starting from the left of the subject field. Is
there a way to do this but starting from the right of the field
TIA
within a string and manipulate them eg all characters to the left of a
particular character.
If I understand correctly, Instr finds the first occurence of the
nominated characater starting from the left of the subject field. Is
there a way to do this but starting from the right of the field
TIA
Comment