Hi,
Say I have an article
I said: "Yes." Ok, I go.
How to build a VBA to split them into
a(0)="I said: "Yes."" (How to do this " in a string??)
a(1)="Ok, I go."
Basically I am wondering how to build a split function with . ! ? ." !" and ?" being the delimiters. Ignoring paragraph breaks.
Can any one help?
Thanks.
Say I have an article
I said: "Yes." Ok, I go.
How to build a VBA to split them into
a(0)="I said: "Yes."" (How to do this " in a string??)
a(1)="Ok, I go."
Basically I am wondering how to build a split function with . ! ? ." !" and ?" being the delimiters. Ignoring paragraph breaks.
Can any one help?
Thanks.