How to edit Document ShapeSheet in VBA

Started by rezingg, March 10, 2023, 05:37:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rezingg

Hi,
I am familiar with how to manipulate the ShapeSheet of Shape objects using VBA (add sections, delete sections, add, edit and delete rows in User and Prop sections etc.).
Now I would like to do that for the Document ShapeSheet. However, it looks like the Document object doesn't have the same Methods that are used to perform these tasks for Shapes.
How do you programmatically edit the Document ShapeSheet?

Any pointers are greatly appreciated!