I have a UserForm which can be shrunk using an image control which uses the following code:
How could I prevent this from being clicked more than twice as this obviously hides the UserForm and I have disabled the use of the X on the top right of the UserForm which means the user has no way of getting back to the full UserForm?
I'm not too good at VBA code, I'm still learning but I tried:
...but that doesn't get me anywhere, the user can still shrink it until only the titlebar is visible.
EDIT - Also, if possible how could I change the colour of the text in a Label once the Image to reduce the size of the UserForm has been clicked more than once? Due to a background image on my UserForm the text labels next to the image to shrink/go back to full size blend in with the background and aren't very readable.
Anyone got any ideas?
~Liam
Bookmarks