Skip to content

Instantly share code, notes, and snippets.

@bervukas
Created March 1, 2016 11:41
Show Gist options
  • Save bervukas/6b73e3dd8e4daa6c1fff to your computer and use it in GitHub Desktop.
Save bervukas/6b73e3dd8e4daa6c1fff to your computer and use it in GitHub Desktop.
Example: Using function parameters in VBA
Function CreateProposal(clientInfo As Client,
documentInfo As Proposal,
contributors As Authors) As Boolean
''
' Logic goes here...
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment