마지막 행 열 번호 찾기 : 이것이 자동화의 시작이다. 자동으로 찾아주는 마지막행, 마지막열 찾기 이것만은 알고넘어가자! Range("A1048576").end(xlup).row A열의 마지막 행번호 Cells(rows.count,"F").end(xlup).row F열의 마지막 행번호 Rrange("IV2").end(xltoleft).column '' 2행의 마지막 열번호 Cells(5,Columns.count).end(xlup).row ''5행의 마지막 열번호 lastRow=Cells(Rows.Count, "A").End(xlUp).Row -여기서 Rows.count 의 값은 엑셀의 마지막 값 "1048576" 이다. Rows.count 가 생각나지 않을때 1048576 을 입력하는것과 같다.(last..