FormRegion.Select method (Outlook)

Makes the form region the active form region such that it becomes visible.

Syntax

expression.Select

expression A variable that represents a FormRegion object.

Remarks

If the form region is an adjoining form region, then Select will expand the form region (if it is not already expanded) and set focus on the first control on that page. If the form region is a separate form region and is not already the active page, then Select will switch to the form region page and set focus on the first control on that page. If the form region is a separate form region and is already the active page, then nothing happens.

See also

FormRegion Object

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.