Q
Question Boy
Good morning,
I having a little issue and I'm hoping someone can give me a simple solution.
I need to control the formatting of input data as it is being taken from
another source which is uncontrolled and I can't make changes to. As such, I
wanted to use the StrConv & vbProperCase to ensure input such a individual
names, city name, etc where properly formatted.
In a general sense this works as planned/hoped for. However, on compound
names it does not. Is there a work around or another function that I am not
aware of?
Example:
StrConv("Jean-François",vbProperCase)
Returns: Jean-françois
and I want: Jean-François
Thank you!
QB
I having a little issue and I'm hoping someone can give me a simple solution.
I need to control the formatting of input data as it is being taken from
another source which is uncontrolled and I can't make changes to. As such, I
wanted to use the StrConv & vbProperCase to ensure input such a individual
names, city name, etc where properly formatted.
In a general sense this works as planned/hoped for. However, on compound
names it does not. Is there a work around or another function that I am not
aware of?
Example:
StrConv("Jean-François",vbProperCase)
Returns: Jean-françois
and I want: Jean-François
Thank you!
QB