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
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