View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] deepakvenkatesan123@gmail.com is offline
external usenet poster
 
Posts: 4
Default Determine ActiveControl on a multipage (tab) control

isn't there a GotFocus event for the textboxes? Just put code in each
of the got focus events, for every single control, that sets the
ControlHasFocus variable to the name or Index of the control. That's
how I would do it anyway.