Visio Guy

Visio Discussions => Visio 2013 Issues => Topic started by: RSut on July 21, 2016, 11:43:35 AM

Title: Automate display of the Visio 2013 COMMENTS panel
Post by: RSut on July 21, 2016, 11:43:35 AM
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!