Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1 KB

File metadata and controls

24 lines (18 loc) · 1 KB
title CommandButton
parent Controls
nav_order 7
permalink /Controls/CommandButton

CommandButton

CommandButton

This object corresponds to a command button. A command button on a form can start an action or a set of actions. For example, you could create a command button that opens another form. To make a command button do something, you write an event procedure and attach it to the button's Click property.

VB6 VBA .NET
vba net