Insert Existing Comments at the End of Comment Selection Text
Hi All:
I'd like to know if there is a way to automatically insert existing comments into the end of existing relevant text selection. So for example, if my Word document contained the phrase: "I have a moon very far away." and I had selected the relevant text "a moon", and added a comment to the selection that said: "(this moon is very dear to me)", then when executed the VBA should produce and change the Word document (or create a new Word document) to now read "I have a moon (this moon is very dear to me) very far away."
Obviously, the VBA code should repeat this action for all similar cases in the Word document.
Could this be coded in VBA?
Your help would be much appreciated.
|