Msgbox Activesheet.Rows.Count
How to apply?
You can use this to find the last row of the UsedRange
Range(”A” & ActiveSheet.Rows.Count).End(xlUp).Select
Post a Comment
No comments:
Post a Comment