Add a Click Event for a Control in a Custom Form Page

Use VBScript to extend the Click event of a control in a custom form page.

  1. Open the Script Editor.

    How?

  2. For the control to which you want to add a Click event, for example, a command button control, add the following. In the example, CommandButton1 is the name of the control.

  Sub CommandButton1_Click 
    End Sub
  1. Enter the code that you want in the event.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.