I am able to change the .width property, just not the .visible property.
This error occurs after the .enabled property is set to True.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The following command in the immediate window results in an error. According to the documentation, it should simply make the Styles Pane visible.
application.CommandBars("Styles").visible = True
Here is the support page for the CommandBars.Visible property:
The following in the immediate window will report True or False:
? application.CommandBars("Styles").visible
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I am able to change the .width property, just not the .visible property.
This error occurs after the .enabled property is set to True.