Could someone please tell me where the code goes !
there are two functions
Function english(ByVal N As Currency) As String
and
Private Function EnglishDigitGroup(ByVal N As Integer) As String
I am trying to call the function off the lost focus of the amount entered.
Private sub_amount_Click
Call function english(N)
end sub
i get an error on the call because of the (N) i believe ????
any help appreciated.
Thanks
there are two functions
Function english(ByVal N As Currency) As String
and
Private Function EnglishDigitGroup(ByVal N As Integer) As String
I am trying to call the function off the lost focus of the amount entered.
Private sub_amount_Click
Call function english(N)
end sub
i get an error on the call because of the (N) i believe ????
any help appreciated.
Thanks