View Single Post
 
Old 12-30-2015, 04:10 PM
mercadogs mercadogs is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Dec 2015
Posts: 6
mercadogs is on a distinguished road
Default 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.
Reply With Quote