Thread: click
View Single Post
  #4  
Old May 1st 08, 08:34 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default click

In that case, no (and next time you might want to post in the microsoft.public.outlook.program_forms group). A text box fires no events on a custom form. You are limited to the PropertyChange and CustomProperty change events; see http://www.outlookcode.com/article.aspx?ID=38

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Joel Allen" wrote in message ...
An Outlook 2003 customer form.


"Sue Mosher [MVP-Outlook]" wrote in message
...
In what context? An Outlook custom form? A VBA user form?

"Joel Allen" wrote in message
...
Hello,

Is there a way to double click a text box to call a Sub in the same way as
a
command button?

e.g.

textboxname_doubleclick()?
code
code
code


Ads