Okay, perhaps this is a simple questions, but the answer is certainly eluding me.
In VBA the Screen object has a PreviousControl property, which is very useful if you want to know which control had the focus before the current one received it. In VB, however, the Screen object does not have this property. Does anyone have any ideas how to determine the previous control in VB?




Reply With Quote