Reply
 
Thread Tools Display Modes
  #1   Report Post  
glenno
 
Posts: n/a
Default how can I create a table that can be revealed by clicking on it?

I am looking to create a table in a document that is normally hidden (does
not take up page space) but, when an icon or something saying "click here" is
clicked, the table reveals itself. Is this possible?
  #2   Report Post  
Jezebel
 
Posts: n/a
Default

Insert the table as normal. Add a bookmark to refer to it. Write a macro to
toggle the Hidden property of the bookmark range --

With ActiveDocument.Bookmarks("MyTable").Range.Font
.Hidden = not .Hidden
End with

Add a Macrobutton field (or button or whatever) to call the macro.



"glenno" wrote in message
...
I am looking to create a table in a document that is normally hidden (does
not take up page space) but, when an icon or something saying "click here"

is
clicked, the table reveals itself. Is this possible?



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
Resources for Long Document Management Jason Langkamer-Smith Microsoft Word Help 9 January 17th 05 08:17 PM
Copying a Table Into a Table Karen Microsoft Word Help 1 January 14th 05 03:06 PM
Getting the format of a table Kind writer/user/programmer Tables 0 October 29th 04 02:52 AM
Table behavior.. Cindy M -WordMVP- Tables 1 October 28th 04 06:45 PM
Word 2003 Table AutoFormat vs Macro vs VBA Kind writer/user/programmer Tables 1 October 28th 04 03:14 PM


All times are GMT +1. The time now is 04:06 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"