View Single Post
  #3  
Old March 6th 06, 05:29 PM posted to microsoft.public.outlook.program_forms
Josh Oeltjen
external usenet poster
 
Posts: 4
Default Long list dropdown box

Sue-
I'm not real familiar with programming. I understand that this code takes
an array and creates a lists out of it but where do i insert this code? and
where do i store my list?

thanks

"Sue Mosher [MVP-Outlook]" wrote:

The easiest way is to fill an array and then set the control's List property to that array. See http://www.outlookcode.com/d/formcontrols.htm#listcombo

--
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


"Josh Oeltjen" wrote in message ...
I have a list of around 200 entries that i would like to include in as a
dropdown list in an Outlook form. Is there anyway to create a list this long?

thanks


Ads