https://mainia.tistory.com/3877
'' Cells 첫 번째 셀 선택
ActiveSheet.Cells(1, 1).Select '' Range 두 번째 셀 선택
ActiveSheet.Range("a2").Select
Sheets("Sheet1").Cells(3, 1).Select
Sheets(1).Cells(4, 1).Select
출처: https://mainia.tistory.com/3877 [녹두장군 - 상상을 현실로]
vba에서 딜레이 시간 주기
Application.Wait (Now + TimeValue("0:00:05"))
http://www.officetutor.co.kr/board/Dtype/bfrmvw.asp?f_tn=Dqa_excel_n2&f_bno=112570&page=&fchk=&fval=
https://stackoverflow.com/questions/9414969/excel-vba-exit-for-loop
If [condition] Then Exit For
If 조건문 Then Exit For