I need to reference the row value of the current cell
R Rowan Drummond Oct 18, 2005 #2 in a worksheet function: = row() in VBA: activecell.row Hope this helps Rowan