J
John Owens
I would like to be able to open a userform to edit the comments at the cursor
positon (Selection) of my document. I know I can run through all of the
Item(x) in the ActiveDocument.Item(x).Range.Text to get All the documents
from my document one by one. But I would like to be able the find out which
(Item number) is directly at my Selection point.
I would like to use VBA code to edit comments in a user form instead of the
usual comment window. I would like to run some VBA code to retreive the text
portion of the comment, then edit it in a user form, then copy the edited
comment back to the original comment.
In case you wonder why I want to do this it is because when I am working
with split windowpanes and open a comment to edit it, after closing the
comment edit window my split pane will also disappear.
Thanks for your help.
John
positon (Selection) of my document. I know I can run through all of the
Item(x) in the ActiveDocument.Item(x).Range.Text to get All the documents
from my document one by one. But I would like to be able the find out which
(Item number) is directly at my Selection point.
I would like to use VBA code to edit comments in a user form instead of the
usual comment window. I would like to run some VBA code to retreive the text
portion of the comment, then edit it in a user form, then copy the edited
comment back to the original comment.
In case you wonder why I want to do this it is because when I am working
with split windowpanes and open a comment to edit it, after closing the
comment edit window my split pane will also disappear.
Thanks for your help.
John