![]() |
#2
|
|||
|
|||
![]() Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey Dim lngIndex As Long Dim oRng As Range For lngIndex = ActiveDocument.Range.Comments.Count To 1 Step -1 Set oRng = ActiveDocument.Range.Comments(lngIndex).Reference oRng.InsertAfter " " & ActiveDocument.Range.Comments(lngIndex).Range.Text ActiveDocument.Range.Comments(lngIndex).Delete Next lngIndex lbl_Exit: Exit Sub End Sub |
Tags |
automatic insertion, existing comment, insert at the end |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to hide comments and comment indicators from OTHERS | Elena A | Excel | 0 | 12-03-2014 12:08 PM |
![]() |
ramsgarla | Word VBA | 9 | 12-05-2012 03:23 AM |
![]() |
pstein | Word | 2 | 03-31-2012 05:31 AM |
Show comment pane only on pages with comments? | symsvial | Word | 0 | 02-01-2011 07:06 AM |
using the insert voice comment feature with vista- help | farrellcollie | Word | 0 | 03-30-2009 12:56 AM |