Sub abc()
Worksheets(Array("sheet1", "sheet2", "sheet3")).Select
With Worksheets("sheet1").Range("A1:A200")
finalrow = Cells(Rows.Count, 1).End(xlUp).Row
MsgBox "final row" & finalrow
End With
Worksheets(Array("sheet2")).Select
With Worksheets("sheet2").Range("A1:A200")
finalrow =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.