Change case of string variable

A

Alder

Hi all,

I'm retrieving multi-word string values from an ODBC database where they're
stored in uppercase. I'd like to display them in a userform Listbox using
title case for each word in the string.

I see there's a Case object, but it applies only to a Range. I can't seem
to use it with code like:

MyADORecordSet.Fields(0).Value

Any suggestions would be greatly appreciated.

Thanks,

Alder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top