• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to Fix Bug???

JAMIR

Member
Respected Ninja's and VBA Experts,

I have create Login Userform in VBA excel file. For UserID i set the UPPERcase and for Password LOWERcase. And UserID textbox is setfocus at the time of userform initialize. But i don't know what wrong that everytime the setfocus is not working on UserID and UPPERCASE also not working. i.e. UserID is not shown UPPERCASE.

TAB not works for go to next textbox or commandbutton.

Please guide.

Regards,


Zameer
 
Hi, JAMIR!

Without the workbook it's a kind of magic what's required to answer you, but here's a blind shot:
a) check for Exit events code
b) check TabIndex, TabStop and TabKeyBehaviour properties

Regards!
 
Back
Top