Quote:
Originally Posted by Mxms777
I want to compare my selections to everyone else's
|
Selections of what? A selection is only something you can see on-screen, with a range selected in an open document. You can't use VBA to compare what's selected on your screen against what someone else has selected on theirs.
Quote:
Originally Posted by Mxms777
calculate the total differences between my selections and theirs ... calculate each to show the total differences on each selection compared to mine.
|
What is this calculation supposed to return? A word count, character count, or something else?
If you're trying to compare documents, you can use Word's built-in Document Compare tools, without the need for VBA.