-
-
Save bervukas/6b73e3dd8e4daa6c1fff to your computer and use it in GitHub Desktop.
Example: Using function parameters in VBA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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