Modifying RTF File in MS Word 2007
I'm editing several RTF ebooks. I need to reformat by executing a fixed sequence of changes to the total file. For example.
Change all "TAB" characters to null
then
Change all "-" characters to null
then
Change all "PARAGRAPH" character + one SPACE to "~"
etc.
I'm new to VBA, but experienced in Xbase programming. I've reviewed different examples but remain confused. An example for executing a set of fixed sequence changes would be most appreciated.
|