ListIndex problems,

M

Mr. GetRight

Hey, on the below code, I am having problems. i dont know why it is not
selecting the same row in list box 101 as in listbox 102
Sub Item_CustomPropertyChange(ByVal ListBox101)

Set ListBox101 = Item.UserProperties("ListBox101")
Set ListBox102 = Item.UserProperties("ListBox102")

ListBox102.ListIndex = ListBox101.ListIndex

End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top