D
DZ
Greeting
How Can i create a function that returns the case of a
word.
Example:
Function ReturnCaseOfWord(strWord As String) As String
End Function
I want the function to return a string that is the case of
the word: "Upper", "Lower" or "Proper".
Thanks for any help
DZ
How Can i create a function that returns the case of a
word.
Example:
Function ReturnCaseOfWord(strWord As String) As String
End Function
I want the function to return a string that is the case of
the word: "Upper", "Lower" or "Proper".
Thanks for any help
DZ