snowboardr
Programmer
What would be the best way to remove the text inside the brackets and the brackets as well..?
I have a bunch of data stored like this:
MyData = "[This is text1...]text1|text2|text3|"
then I split it up like so..
MyDateSplit = Split(MyData, "|"