copying contents of a reviewing pane

G

Guest

I am writing a report and I have been using the "comments" puuting my
references as comments. Before, I could reveal these in the "reviewing pane"
and then copy and paste them in a new document ofr editing. Now, when I
select more than one comment, the copy function becomes disabled. How could
I copy the multiple selctions from a reviewing pane
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?Q2VudG1hcnlz?=,
I am writing a report and I have been using the "comments" puuting my
references as comments. Before, I could reveal these in the "reviewing pane"
and then copy and paste them in a new document ofr editing. Now, when I
select more than one comment, the copy function becomes disabled. How could
I copy the multiple selctions from a reviewing pane
Which version(s) of Word are we discussing, here?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?Q2VudG1hcnlz?=,
Sorry, it's word 2003
In which version did it used to work? I can't recall ever being able to select and
copy multiple comments in Word 2003...

Anyway, if you want to pick up multiple comments, the most efficient way is to

1. Switch to Normal view
2. Turn off the functionality to display comments in balloons
3. Run the internal "ViewAnnotations" command

And, putting it all together in a macro:

Sub ViewcommentsPane()
Dim doc As Word.Document

Set doc = ActiveDocument
doc.ActiveWindow.View = wdNormalView
WordBasic.ViewAnnotations
End Sub

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply in
the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top