This document reviews the extended API available in Analysis 1.3 for analysis and components tab of design panel
The macro SAPExecuteCommand commands “Hide” and “Show” accept parameter TaskPane:
“Analysis” hides the tab Analysis in the task pane
“Components” hides the tab Components in the task pane
See this code below as an example:
Dim lResult As Long
lResult= Application.Run("SAPExecuteCommand", "Hide", "TaskPane", "Analysis")
As an example, I insert a button under the Developer tab.
Enter the code as shown below:
Clicking the first button hides the Analysis panel.
Clicking the second button will hide the components panel.
Clicking the last button shows all the panels