April 2006
Beginner
1114 pages
98h 16m
English
commandbarcontrol.Execute( )
Executes the control’s command. For example, the following code displays the About Excel dialog box:
Sub ShowAbout( )
Dim cbc As CommandBarControl
' &About Microsoft Office Excel command is ID 927.
Set cbc = CommandBars.FindControl(msoControlButton, 927)
cbc.Execute
End SubRead now
Unlock full access