View Single Post
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
would VBA be feasible for you?

"carl" wrote:

I have a string like so:

ab;cd;ef;gh

is there a way to reverse the order ? eg:

gh;ef;cd;ab

Thank you in advance