Automate display of the Visio 2013 COMMENTS panel

Started by RSut, July 21, 2016, 11:43:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RSut

How do I display the visio 2013 COMMENTS pane commandbar by automation,
then I can use the following code, as required, without raising an error.

Application.CommandBars("Commenting").Visible = True or
Application.CommandBars("Commenting").Visible = False

At present I have to click the ribbon/review_tab/Comment pane cmd when a file is opened, so i can use .visible without error.

Thanks!