Expanding Hyperlinks

N

newguy

I put this post in the general questions section and did not get any help so
I am trying it here.


How do you expand all the hyperlinks that are created with the site map
wizard. I tried to select all then right click and expand hyperlinks but that
only does one level.
 
M

Michel LAPLANE

The expand or collapse are command based on the shape selected so you can
expand all. I suggest you to write a piece of vba that can iterate all
shapes, select them and call (RUNADDONWARGS("VisWeb","/cmd=expand")for each
shape.
 
Top