Cita:
Dim plur As String
plur = CStr(frmfichasproductos.DataGridView1.CurrentRow.C ells(0).Value)
'frmfichasproductos.DataGridView1.Rows.SharedRow(p lu).Selected = True
frmfichasproductos.DataGridView1.CurrentCell = frmfichasproductos.DataGridView1.Rows(CInt(plur)). Cells(0)
frmfichasproductos.DataGridView1.CurrentCell.Selec ted = False
plur = CStr(frmfichasproductos.DataGridView1.CurrentRow.C ells(0).Value)
'frmfichasproductos.DataGridView1.Rows.SharedRow(p lu).Selected = True
frmfichasproductos.DataGridView1.CurrentCell = frmfichasproductos.DataGridView1.Rows(CInt(plur)). Cells(0)
frmfichasproductos.DataGridView1.CurrentCell.Selec ted = False