Hello,

I am attempting to loop through an word doc and copy any instance of bracketed text like "{thiswouldbecopied}". I am having difficulty with the brackets as chr(123) & "*" & chr(125) as my search string with searchwildcards=true is returning an error.

I know that the built in search and replace will not allow for searches of {} so I thought I could do it with VBA.

Any assistance would be much appreciated. Thank you!

Aaron