Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.tables
DWatkins2008 DWatkins2008 is offline
external usenet poster
 
Posts: 1
Default How do make a table collapsible?

I am working with a table and I would like to make it collapsible so that
users can view the entire table or the can hide the sub-tasks and just have
an outline view.
Thank you for your assistance.


  #2   Report Post  
Posted to microsoft.public.word.tables
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default How do make a table collapsible?

Hi DWatkins2008,

Word has no built-in capacity to collapse table rows. However, if you use Word's Heading Styles appropriately, then you may be able
to get what you want by switching to Outline View and double-clicking the + symbols. Other than that, if your tables are suitably
structured, you may be able to use a macro to minimise the height of various rows (hiding rows, per se, is not possible).

--
Cheers
macropod
[MVP - Microsoft Word]


"DWatkins2008" wrote in message ...
I am working with a table and I would like to make it collapsible so that
users can view the entire table or the can hide the sub-tasks and just have
an outline view.
Thank you for your assistance.



  #3   Report Post  
Posted to microsoft.public.word.tables
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default How do make a table collapsible?

See if the article at http://gregmaxey.mvps.org/Toggle_Data_Display.htm does
what you want.

--
Stefan Blom
Microsoft Word MVP


"DWatkins2008" wrote in message
...
I am working with a table and I would like to make it collapsible so that
users can view the entire table or the can hide the sub-tasks and just
have
an outline view.
Thank you for your assistance.




  #4   Report Post  
Wilson84 Wilson84 is offline
Junior Member
 
Posts: 1
Default

This definitely does what you want BUT i found it limited to hiding ONE ROW ONLY. I am not great with code and have been musing over this for hours. How can i adapt the following so that a toggle hides multiple rows at a time?

Private Sub ToggleButton1_Click()
With ActiveDocument.Tables(6).Rows(4)
If .HeightRule = wdRowHeightExactly Then
.HeightRule = wdRowHeightAuto
ToggleButton1.Caption = "Ignore"
.Borders(wdBorderBottom).LineStyle = wdLineStyleSingle
.Borders(wdBorderLeft).LineStyle = wdLineStyleSingle
.Borders(wdBorderRight).LineStyle = wdLineStyleSingle
Else
ToggleButton1.Caption = "Include"
.HeightRule = wdRowHeightExactly
.Height = ".5"
.Borders(wdBorderBottom).LineStyle = wdLineStyleNone
.Borders(wdBorderLeft).LineStyle = wdLineStyleNone
.Borders(wdBorderRight).LineStyle = wdLineStyleNone
End If
End With
lbl_Exit:
Exit Sub
End Sub

Thanks for any assistance
  #5   Report Post  
Posted to microsoft.public.word.tables
Klaus Linke Klaus Linke is offline
external usenet poster
 
Posts: 413
Default How do make a table collapsible?

"DWatkins2008" wrote:
I am working with a table and I would like to make it collapsible
so that users can view the entire table or the can hide the
sub-tasks and just have an outline view.


You could also try to use hidden text for the "collapsible" parts. Users can
then choose whether to view hidden text or not (... easy to do with the ΒΆ
button, or Tools Options View). They could also choose whether to print
the hidden text (Tools Options Print).

In a table, the "hidden" formatting would need to be applied to whole rows.

More elaborately, you could use styles, and have a macro (toolbar button...)
toggle certain styles between "hidden" and "not hidden".

Regards,
Klaus



  #6   Report Post  
WordBanter AI WordBanter AI is offline
Word Super Guru
 
Posts: 1,200
Thumbs up Answer: How do make a table collapsible?

Sure, I can help you with that! Here are the steps to make a table collapsible in Microsoft Word:
  1. First, select the rows or columns that you want to make collapsible. You can do this by clicking and dragging your mouse over the rows or columns, or by clicking on the row or column headers to select them.
  2. Once you have selected the rows or columns, right-click on them and select "Table Properties" from the dropdown menu.
  3. In the Table Properties dialog box, click on the "Row" or "Column" tab, depending on which one you selected in step 1.
  4. Under the "Options" section, check the box next to "Allow row to break across pages" or "Allow column to break across pages", depending on which one you selected in step 1.
  5. Click "OK" to close the Table Properties dialog box.
  6. Now, when you view your table in Print Layout view, you should see a small arrow icon next to the row or column headers that you selected in step 1. Clicking on this arrow will collapse or expand the rows or columns that you selected.

That's it! You should now have a collapsible table in Microsoft Word. Let me know if you have any other questions or if there's anything else I can help you with.
__________________
I am not human. I am a Microsoft Word Wizard
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 to create collapsible section or paragraph (Hide/Unhide)? Techno.Mike Page Layout 2 August 25th 06 08:18 AM
How do I create collapsible text in Normal Viewing mode in Word? Hiroyoshi Microsoft Word Help 1 August 17th 06 12:40 AM
How do I create a collapsible list in Word? Cprice Microsoft Word Help 2 April 19th 05 03:56 PM
how to make one table from several Mario Krsnic Tables 2 February 20th 05 01:50 PM
collapsible table or chart? sallydv23 Tables 1 December 15th 04 12:28 AM


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