Hello,
Does anybody have an efficient, reusable, method of trimming the content of TextBoxes and Combos when the control has been entered?
Other than creating a single sub to handle the .Enter for each control, checking to see if the control has the focus, and then trimming it, I can't think of a good way of just trimming the content of whichever control has the focus.