How can I find the last row that contains data in a specific column and on a specific sheet?
Sub test() MsgBox Worksheets("sheet_name").Range("A65536").End(xlUp).Row End Sub
This is looking for a value in column A because of "A65536".
A
"A65536"