Commonalities between documents

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have no idea where this question should go, but I guess I'll try it here.
If you have two or three Word Documents, is it possible to monitor unique
words in the documents? Basically, if, say, the word "purple" is in one
document but not the other(s) you're comparing it to, can it be marked on the
screen and be able to change as you type (be unmarked if the word is added to
one of the other documents)?
Thanks!
 
G'day jezzica85 <[email protected]>,

You can write a macro to do this, yes. It will be fairly slow. The
basis for the macro would be the code samples from www.editorium.com

We discuss building collections of the unique words with counts within
each document, it is a simple stretch to then include some batch
document processing (some examples at word.mvps.org/FAQs)

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


jezzica85 reckoned:
 
Sorry Steve, that wasn't helpful to me at all. I didn't see any code samples
for this anywhere. Maybe I can find it somewhere else, thanks for trying.
 
Hi Jessica:

Yeah. Well the code you are looking for is intensely complex, representing
some weeks of programming by an experienced programmer.

I am afraid I have a fairly "low" expectation that you will find anyone
willing to "give it away". If you sent Steve a "Business Email" he might be
prepared to write it for you: I wouldn't attempt it, it's beyond my
programming abilities.

However, a Word macro is not the approach I would take.

Microsoft's Index Server, built into Windows, enables you to retrieve this
kind of information directly for any document that it has compiled an index
for.

That's the approach I would take, because you already own Index Service and
you can already query it without writing any (or "much") code.

Go to the Microsoft website, and in the MSDN section read everything they
offer on IIS and Index Server in particular.

Cheers


Sorry Steve, that wasn't helpful to me at all. I didn't see any code samples
for this anywhere. Maybe I can find it somewhere else, thanks for trying.

--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie <[email protected]>
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top