View Single Post
  #2  
Old August 15th 06, 02:51 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How To Find The Name of The Currently Active VBA Form In Outlook

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Stever" wrote in message ...
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


Ads