I know VBA well but have barely played in the realm of Word's object model.
My situation is that I may have 20 or more Word Documents used to define the text that is sent amongst various markets. They will likely be similar but with some differences.
Generally we look at these in terms of paragraphs in the documents and then ultimately program an Access report to generate the documents with code specifying differences in a textbox for each paragraph. What I would like to be able to do is identify the documents that are same in certain paragraphs and which are different.
Ultimately I would like to convert at least writing the code to a process that does this. I know exactly how to do this on the Access side. My problem is on the Word side, I don't know how I should be doing this. Should I literally just read each document paragraph by paragraph and then start analyzing that data? Should I compare documents and iterative compare multiple files? I think the first idea is better because there are more than two.
So what Word Object model elements would you look at using for this? This is a big undertaking and honestly a back burner project but the payoff is huge so I am hoping to make some progress with it.
My situation is that I may have 20 or more Word Documents used to define the text that is sent amongst various markets. They will likely be similar but with some differences.
Generally we look at these in terms of paragraphs in the documents and then ultimately program an Access report to generate the documents with code specifying differences in a textbox for each paragraph. What I would like to be able to do is identify the documents that are same in certain paragraphs and which are different.
Ultimately I would like to convert at least writing the code to a process that does this. I know exactly how to do this on the Access side. My problem is on the Word side, I don't know how I should be doing this. Should I literally just read each document paragraph by paragraph and then start analyzing that data? Should I compare documents and iterative compare multiple files? I think the first idea is better because there are more than two.
So what Word Object model elements would you look at using for this? This is a big undertaking and honestly a back burner project but the payoff is huge so I am hoping to make some progress with it.