By using expertatexcel.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

Become an Σxpert at Σxcel.com

 


GetNextRow - filtering udf

Function GetNextRow()
Activecell.Offset(1,0).select

Do while Rows(Activecell.Row).Hidden
  
   Activecell.Offset(1,0).select

Loop

GetNextRow = ActiveCell.row

End Function