Returns the CommandBarControls collection that fits the specified criteria.
Syntax
expression.FindControl(Type, Id, Tag, Visible)
expression Required. An expression that returns a CommandBars collection.
Type Optional Variant. The type of control. Can be one of the following MsoControlType constants:
msoControlActiveX
msoControlCustom msoControlButton msoControlEdit msoControlDropdown msoControlComboBox msoControlButtonDropdown msoControlSplitDropdown msoControlGenericDropdown msoControlGraphicCombo msoControlSplitButtonMRUPopup msoControlSplitExpandingGrid |
msoControlGraphicDropdown
msoControlPopup msoControlGraphicPopup msoControlButtonPopup msoControlGauge msoControlLabel msoControlExpandingGrid msoControlGrid msoControlOCXDropDown msoControlSplitButtonPopup msoControlPane |
Id Optional Variant. The control’s identifier.
Tag Optional Variant. The control’s tag value.
Visible Optional Variant. True to include only visible command bar controls in the search. The default value is False.
Remarks
If no controls that fits the criteria are found, the FindControls method returns Nothing.