View Single Post
  #2  
Old May 14th 08, 01:34 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Default value for a ListBox

ListBox1.Selected(0) = True

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"ExcelLars" wrote in message ...
I have a userform with a listbox. How can I set row 1 as defualt value
when forms open?

Ads