G
Guest
I have a string which is ALWAYS in the format of, for example:
Atlanta. GA; Orlando. FL; Montego Bay. Jamaica; ....and so on.
The string may have only one entry but could have several. A new "entry"
added to the string will always end in a ";"
Using VBA how can I remove the last ";" from the string?
Atlanta. GA; Orlando. FL; Montego Bay. Jamaica; ....and so on.
The string may have only one entry but could have several. A new "entry"
added to the string will always end in a ";"
Using VBA how can I remove the last ";" from the string?