VBA Tab Key putting actual Tab Value in Text Box instead of navigating to next control
        Posted  
        
            by ray023
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ray023
        
        
        
        Published on 2010-04-26T14:51:52Z
        Indexed on 
            2010/04/26
            14:53 UTC
        
        
        Read the original article
        Hit count: 348
        
I have a VBA form (in Excel if that matters) that contains text boxes.
On three occasions, I have found myself pressing the tab key to navigate to the next control, but instead an actual TAB is being put in the text box.
The form normally acts as it should, but it does concern me that this gremlin is showing up sporadically.
It has shown up on Office 2003 as well as Office 2007 on two different computers.
Has anyone else encountered this problem and, if so, how did you fix it?
© Stack Overflow or respective owner