zroadrider
New Member
- Joined
- Aug 12, 2011
- Messages
- 14
I have a string like
[hyd][Aes][mCes][Ges][Te][hyd]...
that I am trying to remove the text from the brackets and have just the text in a row of cells so A1=hyd, A2=Aes, A3=mCes and so on.
Right now I use the text to column function with [ as the delimiter followed by a few other search and logical functions to obtain the desired results , but there should be a simple VBA macro to accomplish this.
thanks
[hyd][Aes][mCes][Ges][Te][hyd]...
that I am trying to remove the text from the brackets and have just the text in a row of cells so A1=hyd, A2=Aes, A3=mCes and so on.
Right now I use the text to column function with [ as the delimiter followed by a few other search and logical functions to obtain the desired results , but there should be a simple VBA macro to accomplish this.
thanks