10-04-2009, 01:17 PM
Make sure your functions return the right data type!
Code:
Private Function CCByte(ByRef s As String) As Integer
Code:
Private Function CCByte(ByRef s As String) As Byte
Code:
Private Function CCLng(ByRef s As String) As Integer
Code:
Private Function CCLng(ByRef s As String) As Long