Forum Discussion
ryanbarton324
Apr 26, 2021Copper Contributor
Running VBA code after clicking on a UserForm 'image'
Hello, I am currently trying to write some VBA code that will initialize once I left click on a UserForm image I have uploaded. In my specific situation, I am using a hovering effect for a 'Login...
- Apr 28, 2021
There is a textbox named TextBox1 on top of the Password text box.
So you actually enter the password in TextBox1, and the Password text box remains empty. Hence the message that the login information is incorrect.
HansVogelaar
Apr 28, 2021MVP
There is a textbox named TextBox1 on top of the Password text box.
So you actually enter the password in TextBox1, and the Password text box remains empty. Hence the message that the login information is incorrect.
ryanbarton324
May 03, 2021Copper Contributor
HansVogelaar
Oh my, how embarrassing.
I deleted that extra TextBox and now it works as intended. Not sure how that extra TextBox got there but that definitely explains the problems.
Thank you for all the help on this! Hopefully I won't make the same mistake in the future.
Best Regards,
Ryan
Oh my, how embarrassing.
I deleted that extra TextBox and now it works as intended. Not sure how that extra TextBox got there but that definitely explains the problems.
Thank you for all the help on this! Hopefully I won't make the same mistake in the future.
Best Regards,
Ryan
- JonPeltierMay 06, 2021MVPSometimes that happens if I hold Ctrl to select multiple controls. If I move the cursor slightly while clicking on a control, I can end up with duplicate controls that line up perfectly with the originals but obscure them.