Hi guys,
I am using ListView and I now have 4 columns and 4 rows of data on userform only.
I would like to know how to make a msgbox with the selected rows, but only prompt the value in the column 2 of the selected one?
Thanks.
Hi guys,
I am using ListView and I now have 4 columns and 4 rows of data on userform only.
I would like to know how to make a msgbox with the selected rows, but only prompt the value in the column 2 of the selected one?
Thanks.
can you attach a sample file ?
If solved remember to mark Thread as solved
Hi,
I figure it out.
Thanks.![]()
For i = 1 To .ListItems.Count If .ListItems(i).Checked = True Then
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks