Re: Word 2000 Comments Pane
- From: "Laks" <slnarasimhan@xxxxxxxxx>
- Date: 28 Dec 2005 22:58:46 -0800
Hi Cindy,
Thanks very much... I used an adapted version of the above and I believ
to have solved the problem... Let me just put the tentative solution
here for the benefit of others..
Sub AnnotationEdit()
Selection.Expand (WdUnits.wdWord)
Dim i As Integer
If (Selection.Comments.Count = 1) Then
i = Selection.Comments(1).Index
Else
Selection.Collapse wdCollapseEnd
Selection.Expand WdUnits.wdWord
i = Selection.Comments(1).Index
End If
' Call the WordBasic AnnotationEdit
WordBasic.AnnotationEdit
With ActiveDocument.ActiveWindow.View
.SplitSpecial = wdPaneComments
End With
ActiveDocument.Comments(i).Range.Select
Selection.Collapse wdCollapseEnd
End Sub
Thanks and Regards,
Laks
.
- References:
- Word 2000 Comments Pane
- From: slnarasimhan
- Re: Word 2000 Comments Pane
- From: Cindy M -WordMVP-
- Re: Word 2000 Comments Pane
- From: Laks
- Re: Word 2000 Comments Pane
- From: Cindy M -WordMVP-
- Re: Word 2000 Comments Pane
- From: Laks
- Re: Word 2000 Comments Pane
- From: Cindy M -WordMVP-
- Word 2000 Comments Pane
- Prev by Date: Re: Microsoft.Office.Interop.Graph from C#
- Next by Date: Where can I find office xp developper please ????
- Previous by thread: Re: Word 2000 Comments Pane
- Next by thread: Error In CreateInstace of Outlook 2000 in WindowsXP
- Index(es):