I want the value of the first column in the active row in a ListObject.
I've tried
, but don't know how to refer to the first column in this row. I've also tried
, but it returns an error message.
I've tried
Code:
MsgBox ActiveCell.ListObject.ListRows(ActiveCell.Row).Range.Address
Code:
MsgBox ActiveCell.ListObject.ListRows(ActiveCell.Row).ListColumns(1).Range.Value