Proper cased textbox input
This function will automatically adjust the contents of a textbox to proper case, as input is being entered. It’s not really an “in-depth” piece of code. Rather, it is just a simple something to help out beginners. First, a function must be defined, which can be called from anywhere. Place the following code in a module. Private Function… Read More »