Sunday, April 10, 2022

Delete all rows after the current row using vba

 Rows(ActiveCell.Offset(1, 0).Row & ":" & Rows.Count).Delete

No comments:

Post a Comment