

| Type | Description | |||
| Command as String | A string expression that indicates the newly control's caption or the operation being executed. |
The following sample multiplies two numbers:
With CalcCombo1
.Execute "12.123"
.Execute "*"
.Execute "-123"
.Execute "="
End With