View Single Post
 
Old 12-01-2015, 08:00 AM
Nickster Nickster is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Dec 2015
Posts: 2
Nickster is on a distinguished road
Default 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.
Reply With Quote