Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 | |
|
|
![]() |
||||
Thread | Forum | |||
Resources for Long Document Management | Microsoft Word Help | |||
Copying a Table Into a Table | Microsoft Word Help | |||
Getting the format of a table | Tables | |||
Table behavior.. | Tables | |||
Word 2003 Table AutoFormat vs Macro vs VBA | Tables |