I have some text (actually a lot of text, about 300 pages) which has been "dumbed down" to flat ASCII and anything that was in italics has been surrounded by [brackets].
I have imported this text into Word, and since I am not a VBA expert, I'd like to write a simple VBA macro to remove the brackets and put the text back into italics. I have not mastered the concept of extending the selection to an arbitrary point. btw ... I understand the potential mess if there happen to be cases where the brackets are unbalanced, and do not need it to handle this case.
Suggestions would be appreciated.
I have imported this text into Word, and since I am not a VBA expert, I'd like to write a simple VBA macro to remove the brackets and put the text back into italics. I have not mastered the concept of extending the selection to an arbitrary point. btw ... I understand the potential mess if there happen to be cases where the brackets are unbalanced, and do not need it to handle this case.
Suggestions would be appreciated.