I have a user form in Outlook. In it I have a ComboBox ( I was mistaken when
I said ListBox, excuse me ) with a multiple items. My objective is: when you
select an item of the ComboBox, pass the text in the item to a textbox in
the same form. Thanks.
"Sue Mosher [MVP-Outlook]" escribió en el mensaje
...
VBA user form or Outlook custom form? You posted in both the VBA and forms
groups, so we have no way of knowing. Multi-select or single-select list
box?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"JP" wrote in message
...
Hi. I have a listbox in a form. I will to put the selectedItem text of
listbox in a textbox, can I do that?, how?. Thanks a lot.