expandable text

  • Thread starter Thread starter se006
  • Start date Start date
S

se006

I would like to create expandable text segments in word
2002 documents that appear as hyperlinks such as the terms
in the Office XP help files where a term can be clicked on
and it expands with a definition. Any clues?
 
You could insert a hyperlink pointing to its own location,
and use the hyperlink 'tip' to create the expandable text
segment.

Cheers
PS: Remove NO.SPAM from the above before replying.
 
Hi Se006,
I would like to create expandable text segments in word
2002 documents that appear as hyperlinks such as the terms
in the Office XP help files where a term can be clicked on
and it expands with a definition.
Word, itself, doesn't have this functionality. So you'd need
something that emulates the behavior, probably using VBA
code. What comes immediately to my mind would be to set up
the "hyperlinks" as Macrobutton fields. The "expandable" text
would be formatted as hidden, probably using a style.
Clicking the button (which executes the macro) would change
the formatting of the paragraph(s) immediately below to "not
hidden". This could be set up as a "toggle effect".

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jan
24 2003)
http://www.mvps.org/word

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