17-10-2006, 08:11 PM
Too long of an indent cuz I did it manually with the spacebar lmao.
There...
Code:
Public Function Add(ByVal a As Long, ByVal b As Long) As Long
Add = a + b
End Function