Skip to content

Instantly share code, notes, and snippets.

@joseph4tw
Created November 8, 2017 03:26
Show Gist options
  • Save joseph4tw/6727e9387b71a2236e5e48bfaf5cbd34 to your computer and use it in GitHub Desktop.
Save joseph4tw/6727e9387b71a2236e5e48bfaf5cbd34 to your computer and use it in GitHub Desktop.
' Public Sub Procedure
Public Sub TestSub()
' code goes here
End Sub
' Private Sub Procedure
Private Sub TestSub()
' code goes here
End Sub
' Public Sub Procedure - notice that the default is Public
Sub TestSub()
' code goes here
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment