View Single Post
  #5  
Old November 7th 08, 06:58 PM posted to microsoft.public.outlook.program_vba
cinnamngrl
external usenet poster
 
Posts: 28
Default What is wrong with drop-down box?

This is in Outlook VBA Project and nothing makes it into the
dropdown.

On Nov 7, 10:07 am, "Ken Slovak - [MVP - Outlook]"
wrote:
Again, where is this code running? If it's in the Outlook VBA project
Application is always the Outlook.Application object.

Also again, what's not working? What fails, what gets put into the
drop-down. What problem are you seeing?

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.http://www.slovaktech.com/products.htm

"cinnamngrl" wrote in message

...
snip

The problem is that I don't know what the intrinsic Application object
would be. I am trying to put this on a userform. All of the examples
in help seem to apply to Page 2 of existing outlook forms
(contactforms?). You can see I don't know much about what i'm
doing.


I am trying to create simple userforms to enter data about certain
contacts. For my two other user forms it is two step process where I
type in the last name and it presents a balloon with up to five
possible contacts. I can show you that code if you want . As you can
imagine it is cumbersome to write and ends up being a two step process
to enter data. I somewhat understand that correct object, but I only
have the help file to learn from.


Ads