In Memoriam Terms of Use
Strings: Index Of Articles
How to "break" the values in one field (say, Name) in multiple fields (FirstName, LastName)
How to extract characters from a string containing both numbers and characters
How to tokenize strings
How to replace a character
Use StrConv in VBA5+ or a custom function in prior versions to proper case a word
Use LCase or UCase to switch between cases
Use concatenation and Right$ to deal with a number separately
How to proper case words taking into account names with mixed case (eg. McPherson)