T
Thom
Hello, I am creating an array of objects in one Sub and passing by value to
another Sub for processing where part of the data is displayed in a listview
box.
I would like to pass the same array of objects to a third sub for additional
processing based on user selection in listview box.
I must be missing something as I only get part of what I am trying to
accomplish. ie I get the selected index but the selected index is only a
portion of the original array object.
Any ideas? I would like to update the original array with data from user
selected listview items.
Thank you for your thoughts.
Thom
another Sub for processing where part of the data is displayed in a listview
box.
I would like to pass the same array of objects to a third sub for additional
processing based on user selection in listview box.
I must be missing something as I only get part of what I am trying to
accomplish. ie I get the selected index but the selected index is only a
portion of the original array object.
Any ideas? I would like to update the original array with data from user
selected listview items.
Thank you for your thoughts.
Thom