Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Bye,
I would like to know if it is already active before Execute.
Dim oCm As CommandManager
Set oCm = ThisApplication.CommandManager
Dim oControl As ControlDefinition
Set oControl = oCm.ControlDefinitions.Item("AppLinePropertiesToggleCmd")
oControl.Execute
Solved! Go to Solution.