Skip to content

Instantly share code, notes, and snippets.

@bervukas
Last active March 1, 2016 09:19
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 bervukas/446a4b2d56b6b21085a2 to your computer and use it in GitHub Desktop.
Save bervukas/446a4b2d56b6b21085a2 to your computer and use it in GitHub Desktop.
Hungarian notation example in VBA
Function CalculateTotal(sProductId As String,
iQuantity As Integer,
dUnitPrice As Double) As Double
''''
' etc.
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment