B
Birgit via AccessMonster.com
Hi!
I have a problem with ProperCase. My code is following:
Public Function Aa(strToChange As String) As String
Aa = StrConv(strToChange, vbProperCase)
End Function
This works properly with text in the text box but with no text the result is
#Error. Is there another way to convert text?
Thanks for advance
Birgit
I have a problem with ProperCase. My code is following:
Public Function Aa(strToChange As String) As String
Aa = StrConv(strToChange, vbProperCase)
End Function
This works properly with text in the text box but with no text the result is
#Error. Is there another way to convert text?
Thanks for advance
Birgit