This function simulates the click on the specified button.
object.Click
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISButton interface |
Simulate the click on the specified button.
Dim aButton
Set aButton = Form.Controls_("btnCalculate")
aButton.Click