Hi,
I am using a listview on a user form. I have multi-select enabled. I would like to select multiple items in the listview and then take the value found in some other text boxes and push that into the selected items subitems (columns). The listview is a somewhat new beast to me. I have it filling without issue. I can push data to a single selected row selected, but I am at a loss on how to get all the selected rows indexes and then push subitems accordingly. I end up only getting the last selected row.
Thx.
I am using a listview on a user form. I have multi-select enabled. I would like to select multiple items in the listview and then take the value found in some other text boxes and push that into the selected items subitems (columns). The listview is a somewhat new beast to me. I have it filling without issue. I can push data to a single selected row selected, but I am at a loss on how to get all the selected rows indexes and then push subitems accordingly. I end up only getting the last selected row.
Thx.