F
fak119
Is there an easy way (Macro) to go to the next empty row or column?
Don Guillett said:next
nr=cells(activecell.row,activecell.column).end(xldown).row+1
or better yet
lr=cells(rows.count,activecell.column).end(xlup).row+1