how will i get the value of first and last highlighted record.
eg. first = 1004 and last = 1009
as i press ENTER KEY, feedback will appear through message box.
with this code, last selected item appears to message box.
MsgBox lv.SelectedItem.Text
any help?