WD2002: Can't Use Right-Click or Toolbar to Turn Balloons On and Off in Print Layout View (292115)



The information in this article applies to:

  • Microsoft Word 2002

This article was previously published under Q292115

SYMPTOMS

When you attempt to view a Microsoft Word document in print layout view, and the option for displaying balloons is turned off, there is no simple right-click option or toolbar button to turn balloons on.

To turn balloons on, you must do the following:
  1. 0n the status bar at the bottom of the document, right-click TRK, and then click Options.
  2. In the Track Changes dialog box, click to select the Use balloons in Print and Web Layout check box, and then click OK.

WORKAROUND

To work around this issue, use one of the following methods.

Method 1: Use a Macro

Create a macro, and then assign it to a toolbar. To do this, follow these steps:
  1. Start Microsoft Word.
  2. On the Tools menu, point to Macro, and then click Macros.
  3. In the Macros in list, click the template or document in which you want to store the macro.
  4. In the Macro name box, type ToggleBalloons.
  5. Click Create to open the Visual Basic Editor.
  6. Type the following in the Code window:
       With ActiveWindow.View
    
          If .RevisionsMode = wdBalloonRevisions Then
             .RevisionsMode = wdInLineRevisions
          Else
             .RevisionsMode = wdBalloonRevisions
          End If
    
       End With
    					
  7. On the File menu, click Close and return to Microsoft Word.
  8. On the View menu, point to Toolbars, and then click Customize.
  9. On the Commands tab, in the Categories box, click Macros.

    The Toggle Balloons macro appears in the Commands box.
  10. In the Commands box, drag the macro to the the toolbar that you want.
Click the Toggle Balloons toolbar button to display and hide balloons.

Method 2: Change Document Views

Change document views. Use normal view when you do not want to display balloons, and print layout view (or Web Layout view) when you want to display balloons. On the View menu, click either Normal or Print Layout (or Web Layout) to change views.

Method 3: Show/Hide Markup

You can turn on or off the display of all markup elements in the document. On the View menu, click Markup to display or hide all markup elements.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

For more information about balloons and other markup elements, click Microsoft Word 2002 Help on the Help menu, type tracking changes and comments in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned.

For more information about creating macros, click Microsoft Word 2002 Help on the Help menu, type creating a macro in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

Modification Type:MajorLast Reviewed:5/1/2001
Keywords:kbbug KB292115