I have it set to

DataGridView1.SelectionMode = DataGridViewSelectionMode.CellSelect
DataGridView1.MultiSelect = False

so why can't I do this:

Button_click blah blah blah handles a button click

MsgBox(DataGridView1.SelectedCells.Item)

end sub

Thanks!