lastrow number in excel vba July 01, 2020 lastrow number in excel If you struggle to find the last row in a dynamic data then this code helps you to make a dynamic code just copy and used it sub last_row() dim kk as long kk=Range("A" & Rows.Count).End(xlUp).Row end sub Read more