Skip to content

Instantly share code, notes, and snippets.

@Kyeongrok
Created November 25, 2017 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kyeongrok/82f1eba70ae9188259f5a6513bbde89b to your computer and use it in GitHub Desktop.
Save Kyeongrok/82f1eba70ae9188259f5a6513bbde89b to your computer and use it in GitHub Desktop.
Sub main_print_data()
    Cells.Clear
    Call 출력_월
End Sub

Sub 출력_월()
    '행, 열
    
    For  = 1 To 12
        Cells(1, 열).Value =  & "월"
    Next
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment