There used to be a function in good old basic that would convert text so the first letter of each word was capitalized and the remaining letters were lower case. All I can find in the VBA references are LCase (all to lower case) and UCase (all to upper case). Is there a function available to do this very useful function?