파일 > 옵션
도구 > 옵션
Sub test1()
//프로그램(프로시져) 이름은 test1
MsgBox "hello jinyoun"
End Sub
실행 단축키는 F5, 한줄씩 실행은 F8