Skip to content

Instantly share code, notes, and snippets.

@joseph4tw
Created November 8, 2017 11:42
Show Gist options
  • Save joseph4tw/d300b6ef3cfdf0495fb38cc3d4d76497 to your computer and use it in GitHub Desktop.
Save joseph4tw/d300b6ef3cfdf0495fb38cc3d4d76497 to your computer and use it in GitHub Desktop.
Option Explicit
Public Sub MyPublicSub()
MsgBox "Hello!"
End Sub
Private Sub MyPrivateSub()
MsgBox "Hi there!"
End sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment