I don't work with functions very much and I was wondering if someone can help me with how I need to setup the beginning of my function. I want to pass a string to my function and I want the function to return a multidimensional array back to me. Here is what I'm trying to do:
Public Function MultiAddress(FormAdd As String)() As String
End Function
Can someone tell me what I'm doing wrong?
Thanks,
crhodus
Public Function MultiAddress(FormAdd As String)() As String
End Function
Can someone tell me what I'm doing wrong?
Thanks,
crhodus