PC Review


Reply
Thread Tools Rate Thread

Comments to Text

 
 
Ross from Orlando
Guest
Posts: n/a
 
      12th Oct 2009
Use Word 2007. Someone sent me a document with several comments (using
Word's comment feature). What I'd like to do, if possible, is to
convert all the comments to text, to appear in the document in the
places with the corresponding comment markers. And if the text could
be in red font, so much the better. Any ideas? Thanks,

Ross
 
Reply With Quote
 
 
 
 
Stefan Blom
Guest
Posts: n/a
 
      13th Oct 2009
The following macro should do the trick:

Sub InlineComments()
Dim c As Comment
Dim r As Range
For Each c In ActiveDocument.Comments
Set r = c.Reference.Duplicate
r.InsertAfter "[" & c.Range.Text & "]"
r.Font.Color = wdColorRed
c.Delete
Next c
End Sub

If you need assistance with the macro, see
http://www.gmayor.com/installing_macro.htm.

--
Stefan Blom
Microsoft Word MVP



"Ross from Orlando" <(E-Mail Removed)> wrote in message
news:ad6e2bfb-433d-4258-9b3d-(E-Mail Removed)...
> Use Word 2007. Someone sent me a document with several comments (using
> Word's comment feature). What I'd like to do, if possible, is to
> convert all the comments to text, to appear in the document in the
> places with the corresponding comment markers. And if the text could
> be in red font, so much the better. Any ideas? Thanks,
>
> Ross



 
Reply With Quote
 
Ross from Orlando
Guest
Posts: n/a
 
      15th Oct 2009
On Oct 13, 2:34*am, "Stefan Blom"
<StefanB...@discussions.microsoft.com> wrote:
> The following macro should do the trick:
>
> Sub InlineComments()
> Dim c As Comment
> Dim r As Range
> For Each c In ActiveDocument.Comments
> Set r = c.Reference.Duplicate
> r.InsertAfter "[" & c.Range.Text& "]"
> r.Font.Color = wdColorRed
> c.Delete
> Next c
> End Sub
>
> If you need assistance with the macro, seehttp://www.gmayor.com/installing_macro.htm.
>
> --
> Stefan Blom
> Microsoft Word MVP
>
> "Ross from Orlando" <rpay...@cfl.rr.com> wrote in messagenews:ad6e2bfb-433d-4258-9b3d-(E-Mail Removed)...
>
>
>
> > Use Word 2007. Someone sent me a document with severalcomments(using
> > Word's comment feature). What I'd like to do, if possible, is to
> > convert all thecommentstotext, to appear in the document in the
> > places with the corresponding comment markers. And if thetextcould
> > be in red font, so much the better. Any ideas? Thanks,

>
> > Ross- Hide quotedtext-

>
> - Show quotedtext-


This works great, thanks so much.

Ross
 
Reply With Quote
 
Stefan Blom
Guest
Posts: n/a
 
      16th Oct 2009
I'm glad I could help!

--
Stefan Blom
Microsoft Word MVP



"Ross from Orlando" <(E-Mail Removed)> wrote in message
news:a0c445aa-54a7-40d5-9f28-(E-Mail Removed)...
On Oct 13, 2:34 am, "Stefan Blom"
<StefanB...@discussions.microsoft.com> wrote:
> The following macro should do the trick:
>
> Sub InlineComments()
> Dim c As Comment
> Dim r As Range
> For Each c In ActiveDocument.Comments
> Set r = c.Reference.Duplicate
> r.InsertAfter "[" & c.Range.Text& "]"
> r.Font.Color = wdColorRed
> c.Delete
> Next c
> End Sub
>
> If you need assistance with the macro,
> seehttp://www.gmayor.com/installing_macro.htm.
>
> --
> Stefan Blom
> Microsoft Word MVP
>
> "Ross from Orlando" <rpay...@cfl.rr.com> wrote in
> messagenews:ad6e2bfb-433d-4258-9b3d-(E-Mail Removed)...
>
>
>
> > Use Word 2007. Someone sent me a document with severalcomments(using
> > Word's comment feature). What I'd like to do, if possible, is to
> > convert all thecommentstotext, to appear in the document in the
> > places with the corresponding comment markers. And if thetextcould
> > be in red font, so much the better. Any ideas? Thanks,

>
> > Ross- Hide quotedtext-

>
> - Show quotedtext-


This works great, thanks so much.

Ross


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Merge Comments / Wrap comments / Concatonate Comments Gary Microsoft Access Queries 4 15th Apr 2009 03:46 PM
Text Box Comments =?Utf-8?B?VGFzaGFUYXJ0?= Microsoft Excel Misc 0 3rd May 2006 04:17 PM
Text to Comments Ross Payne Microsoft Word New Users 4 30th Jan 2005 06:14 PM
Text Comments =?Utf-8?B?bWFsbGV1czQ3OQ==?= Microsoft Word Document Management 1 3rd Nov 2004 08:09 PM
Text in Comments Simon Microsoft Excel Misc 3 24th Aug 2004 01:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:41 PM.