Enter your email address:

Delivered by FeedBurner



Use your pdf converter to make your pdf files easy! You can now buy software that makes converting pdf to doc possible! Did you know you can even convert pdf to word?
Home Page

Bloglines

1906
CelebrateStadium
2006


OfficeZealot

Scobleizer

TechRepublic

AskWoody

SpyJournal












Subscribe here
Add to My Yahoo!
This page is powered by Blogger. Isn't yours?

Host your Web site with PureHost!

 


eXTReMe Tracker
  Web http://www.klippert.com



  Wednesday, March 22, 2006 – Permalink –

WORD


Commment Pane


The simpler, older days

By default, Word 2003 and Word 2002 do not include the Comment pane feature.
Instead, these versions of Word include the Reviewing pane.



The upper section is the Comment pane.

The lower section shows the Reviewing pane. More detail, but crowded.

However, you can run a macro to include the Comment pane feature in Word 2003 and in Word 2002. To do this, follow these steps:

1. Enter the following code using Tools>Macro>Visual Basic Editor:


Sub CommentPane()

If (ActiveDocument.Comments.Count > 0) Then

ActiveDocument.ActiveWindow.View.SplitSpecial = wdPaneComments

End If

End Sub



2. Open a Word document that contains comments.

3. Run the macro that you created in step 1 to display the Comment pane.

Knowledgebase.microsoft.com:

How to add the Comment pane feature in Word 2003 and in Word 2002





See all Topics


<Doug Klippert@ 6:44 AM

Comments: Post a Comment

Links to this post:

Create a Link