Author Topic: Automate display of the Visio 2013 COMMENTS panel  (Read 4785 times)

0 Members and 1 Guest are viewing this topic.

RSut

  • Jr. Member
  • **
  • Posts: 19
Automate display of the Visio 2013 COMMENTS panel
« on: July 21, 2016, 06: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!

 
« Last Edit: July 21, 2016, 06:45:16 AM by RSut »