Reply
 
Thread Tools Display Modes
  #1   Report Post  
darkblueslider darkblueslider is offline
Junior Member
 
Posts: 0
Default 'Hidden' Text - Word 2007

Hi Guys,

Ideally what i'd like to do with MS-Word is something similar to [spoiler] tags you see on some forums - basically text that is hidden - but with a 'click to show' link that 'shows it' - is this at all possible in Word 2007 (or perhaps with some sort of Add-on?) I'm not too bothered about the printed consequences of this (but it'd be nice if it allowed me to hide/show it)

If that's not possible - just in terms of standard using Hidden text - is there a keyboard shortcut to show/hide hidden text? (as opposed to all formatting] Or is it possible to assign one? (or Hijack the existing ctrl+shift+8 so that it only reveals hidden text?)

Thanks in advance for any help/ideas.

Tim

P.S. In case your wondering the primary purpose is for my own revision notes!
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default 'Hidden' Text - Word 2007

How about adding Comments, and showing or hiding the balloons?

On Dec 27, 4:51*pm, darkblueslider darkblueslider.
wrote:
Hi Guys,

Ideally what i'd like to do with MS-Word is something similar to
[spoiler] tags you see on some forums - basically text that is hidden -
but with a 'click to show' link that 'shows it' - is this at all
possible in Word 2007 (or perhaps with some sort of Add-on?) I'm not
too bothered about the printed consequences of this (but it'd be nice
if it allowed me to hide/show it)

If that's not possible - just in terms of standard using Hidden text -
is there a keyboard shortcut to show/hide hidden text? (as opposed to
*-all-* formatting] Or is it possible to assign one? (or Hijack the
existing ctrl+shift+8 so that it only reveals hidden text?)

Thanks in advance for any help/ideas.

Tim

P.S. In case your wondering the primary purpose is for my own revision
notes!

--
darkblueslider


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Gordon Bentley-Mix[_3_] Gordon Bentley-Mix[_3_] is offline
external usenet poster
 
Posts: 8
Default 'Hidden' Text - Word 2007

I have a macro that lives in my Normal template in Word 2003 that looks like
this:

Sub ShowMeEverything()
With ActiveWindow.View
.ShowBookmarks = True
.ShowHiddenText = True
.ShowAll = True
End With
End Sub

I use it because I'm a developer and want to be able to turn these setting
on regardless of their current state. If all you were wanted to do is toggle
the state of hidden text back and forth then something like:

Sub ToggleHiddenText()
ActiveWindow.View.ShowHiddenText = Not
(ActiveWindow.View.ShowHiddenText)
End Sub

would probably work.

I call my macro through a button on a custom toolbar but only because I have
several tools of this type that I use so having them all on a toolbar only
makes sense. However, it's not to difficult to assign a keyboard shortcut.
Post back if you decide this approach is something you want to try and need
some help with working with macros.
--
Cheers!

Gordon Bentley-Mix

"darkblueslider" wrote in message
...

Hi Guys,

Ideally what i'd like to do with MS-Word is something similar to
[spoiler] tags you see on some forums - basically text that is hidden -
but with a 'click to show' link that 'shows it' - is this at all
possible in Word 2007 (or perhaps with some sort of Add-on?) I'm not
too bothered about the printed consequences of this (but it'd be nice
if it allowed me to hide/show it)

If that's not possible - just in terms of standard using Hidden text -
is there a keyboard shortcut to show/hide hidden text? (as opposed to
*-all-* formatting] Or is it possible to assign one? (or Hijack the
existing ctrl+shift+8 so that it only reveals hidden text?)

Thanks in advance for any help/ideas.

Tim

P.S. In case your wondering the primary purpose is for my own revision
notes!




--
darkblueslider


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create hidden text in Word 2007? - Gitana, the Creative Diva Microsoft Word Help 2 June 17th 09 09:45 AM
Hiding Word 2007 Hidden Text From View mcloo Microsoft Word Help 2 May 27th 09 10:58 PM
Detecting Hidden Text in Word 2007 Michael Moore Microsoft Word Help 1 October 25th 07 03:20 AM
Printing Hidden Text in Word 2007 Robert McN Microsoft Word Help 2 September 17th 07 12:12 PM
In Word 2007, how do I add hidden text to the ribbon TedArgo3 Microsoft Word Help 3 September 19th 06 06:39 PM


All times are GMT +1. The time now is 06:54 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"