click

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

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

Thanks,
Joel
 
In what context? An Outlook custom form? A VBA user form?
 
An Outlook 2003 customer form.


In what context? An Outlook custom form? A VBA user form?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top