View Single Post
  #4  
Old March 13th 06, 09:42 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Populating listbox

Since you have said very little about your actual usage scenario, it's impossible to say what might be more interesting.

Did you read my earlier response on the options available to you for storing the list data? Outlook simply doesn't care where the lists are. You have to decide what works best for your scenario and write your code to use that approach.
--
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


"Syl" wrote in message oups.com...
Hi,

I plan to have in this form about 6 listbox. The content of these
listbox when populated will be a simple column containing up to 30
items. These items will be plain text of standardized phrases. Thirty
items on a single column is not a big list for access. If i could put
these lists in Outlook it would be preferable, but how?

Weather to use this form to write on a simple message it could also
write on an .oft template. Is this solution more interesting?

Thanks.

Ads