• hidden text (word 2007)

    Author
    Topic
    #455383

    Is there a keystroke that will toggle whether hidden text is displayed?
    Word 2007

    thanks

    Jeff

    Viewing 0 reply threads
    Author
    Replies
    • #1133249

      There’s no built-in keyboard shortcut for this, but you can create a macro in your Normal.dotm template:

      Sub ToggleHidden()
      With ActiveWindow.View
      .ShowHiddenText = Not .ShowHiddenText
      End With
      End Sub

      and assign it to a keyboard shortcut of your choice:
      – Click the Office button.
      – Select Word Options.
      – In the Customize category, under Keyboard Shortcuts, click Customize.
      – Select Macros from the list of Categories.
      – Select ToggleHidden from the list of macros.
      – Click in the “Press new shortcut key” box.
      – Press the keyboard shortcut that you want to use, for example Ctrl+Alt+H.
      – Make sure that changes will be saved in Normal.dotm.
      – Click Assign.

    Viewing 0 reply threads
    Reply To: hidden text (word 2007)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: