![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is there an easy way to create a list of values in excel and then link to
this list in the dropdown box "Possible Values" in an Outlook form? I have one dropdown box that will have many values and may change from time to time so I don't want to have to type them in with a colon every time, especially while I am developing the form for the first time. |
Ads |
#2
|
|||
|
|||
![]()
Using possible values would one-off the form if you do that on the fly at
runtime. Check at www.outlookcode.com and search on "possible values" for possible problems. I'd use code to access the Excel data and then just fill the dropdown list with those values, also using code, in the Item_Open() event handler. -- 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 "Wiggins" wrote in message ... Is there an easy way to create a list of values in excel and then link to this list in the dropdown box "Possible Values" in an Outlook form? I have one dropdown box that will have many values and may change from time to time so I don't want to have to type them in with a colon every time, especially while I am developing the form for the first time. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
I need a date dropdown list and a time dropdown list | cmonroe21 via OfficeKB.com | Outlook and VBA | 2 | February 25th 09 02:56 PM |
Creating a dropdown box | Teckplk | Outlook - Using Forms | 1 | February 24th 08 03:11 PM |
Outlook XP - no options dropdown | Jeff Anonymous | Outlook - General Queries | 2 | August 3rd 06 02:36 AM |
Dropdown Validation when empty | Lisa | Outlook - Using Forms | 1 | March 6th 06 11:17 PM |
Long list dropdown box | Josh Oeltjen | Outlook - Using Forms | 3 | March 6th 06 05:11 PM |