FindAddress Problems in Outlook 11

  • Thread starter Ken Slovak - [MVP - Outlook]
  • Start date
J

John Hart

I'm trying to use FindAddress in Outlook 11 to open the GAB. It works fine
on forms that were created in earlier versions of Outlook, however in the
technical refresh version I'm getting a "type mismatch" error. Any
suggestions or work arounds would be appreciated. THANK YOU!!!

John Hart
 
J

John Hart

I have created a form with a user-defined field called "txtRequestedBy". I
have named the text control "txtRequestedBy". I have a command button on
the form called "cmdSelectRequestedBy". I'm using the following code to
open the address book to select a name and have it placed in the
txtRequestedBy field:

Sub cmdSelectRequestedBy_click
FindAddress "txtRequestedBy", "Requested By", "Requested By"
End Sub

This works fine on forms that were created with earlier versions of Outlook,
but returns a Type Mismatch error in Outlook 11.

John




Ken Slovak - said:
What is FindAddress? What is your code?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm


John Hart said:
I'm trying to use FindAddress in Outlook 11 to open the GAB. It works fine
on forms that were created in earlier versions of Outlook, however in the
technical refresh version I'm getting a "type mismatch" error. Any
suggestions or work arounds would be appreciated. THANK YOU!!!

John Hart
 

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

Top