R
Robert Neville
How do you return the last Active Control when the control is on a tab
control? Screen.ActiveControl does not seem to work. Here's the
statement that my code uses.
Set ctlOld = Screen.ActiveControl
The code line work when all controls are placed on the form page
rather than a tab control. This code should pass the last active
control to the calling module. Then the following line requests the
tabindex from the control.
control? Screen.ActiveControl does not seem to work. Here's the
statement that my code uses.
Set ctlOld = Screen.ActiveControl
The code line work when all controls are placed on the form page
rather than a tab control. This code should pass the last active
control to the calling module. Then the following line requests the
tabindex from the control.