How To Find The Name of The Currently Active VBA Form In Outlook

  • Thread starter Thread starter Stever
  • Start date Start date
S

Stever

How can I tell what the name of the current open VBA form is? Once I know
the name of the current form, what is the best way to reference a control on
the form?

Any suggested reading on the topic would also be helpful.

Thanks

Steve
 
Usually a VBA form would be called from other VBA code, which would then access the form control as FormName.NameOfControl.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top