V
Virgil
I haven't seen this subject mentioned before. I have ~50
functions that have the same name except for the last two
characters. As part of a procedure/function call, is it
possible to pass the last two characters as a variable to
complete the function name:
strVariable = "US"
Call AddressLetter + strVariable
Public Function AddressLetterUS()
blah, blah ...
End Function
functions that have the same name except for the last two
characters. As part of a procedure/function call, is it
possible to pass the last two characters as a variable to
complete the function name:
strVariable = "US"
Call AddressLetter + strVariable
Public Function AddressLetterUS()
blah, blah ...
End Function