[quote user=”Morgan”]Is there a way if finding which row the cell is in?
[/quote]
I found the answer, but thanks anyway.
Dim Cell As Cell = CType(sender, Cell)
Dim sTemp As String = Cell.ParentRow.Cells(“CellName”).Value.ToString
Imported from legacy forums. Posted by Morgan (had 1557 views)