Containers - Lists

Started by DGR2017, June 07, 2017, 06:33:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DGR2017

Hi,

How do I hide and show contents of List with a VBA code ? Please help me with sample code.

Thank you

Yacine

#1
The basis of hiding shapes is nicely presented here: http://www.visguy.com/2006/09/05/the-hidden-world-of-visio-shapes/
For lists, you will need to iterate over the elements of the list and apply one of the many possibilities described aboce to hide them.
Use GetMemberShapes to access the elements: https://msdn.microsoft.com/de-de/library/office/ff766306.aspx
Yacine