DB73
Board Regular
- Joined
- Jun 7, 2022
- Messages
- 107
- Office Version
- 365
- 2021
- 2019
- 2016
- 2010
- 2007
- Platform
- Windows
- Mobile
- Web
i have a weird thing with my userform.
I placed a textbox on my userform and use it as admin password (Application.Visible = True).
I have an Image2(bttn) to unlock.
but when i enter a text and/or hit the "Enter"bttn on my keyboard a calendar form pops up.
the calendar form should only pop up when entering the cmdbttn18
what could trigger that event?
cmdbtn18 and the pswtxtbx are on the same userform
could it be that its somewhere on the calendar form?
i also tested it with just to place a new textbox on the form, but that has the same problem.
any help would appreciated
I placed a textbox on my userform and use it as admin password (Application.Visible = True).
I have an Image2(bttn) to unlock.
but when i enter a text and/or hit the "Enter"bttn on my keyboard a calendar form pops up.
the calendar form should only pop up when entering the cmdbttn18
what could trigger that event?
cmdbtn18 and the pswtxtbx are on the same userform
could it be that its somewhere on the calendar form?
i also tested it with just to place a new textbox on the form, but that has the same problem.
any help would appreciated