HI
I have a document which contains some words in brackes
... (a word) ....... (a nother word).... etc
the words in the brackets need to be changed each time the document is used.
I would like to have a macro that will find the each instance of "(" and store it in a varable together with the following characters until a closing bracket is met in other word the coide should
Find "(" keep moving to the next character, when it reaches "(" store those characters then find the next "("
and repeat the process.
When completed my variable would contain something like "(a word)" & chr(13) & chr(10) & (a nother word)
THANKS
I have a document which contains some words in brackes
... (a word) ....... (a nother word).... etc
the words in the brackets need to be changed each time the document is used.
I would like to have a macro that will find the each instance of "(" and store it in a varable together with the following characters until a closing bracket is met in other word the coide should
Find "(" keep moving to the next character, when it reaches "(" store those characters then find the next "("
and repeat the process.
When completed my variable would contain something like "(a word)" & chr(13) & chr(10) & (a nother word)
THANKS