AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,072
- Office Version
- 2019
- 2010
- Platform
- Windows
What's the correct way for a UserForm) combo box to Lose the focus?
I anticipate calling this from the cbo_Change event.
I did try to setFocus to a text box (left = -50) but you still see a flashing cursor , so made the left -999 and locked = True.
That did it but seems a hack and there must be a better way?
Thanks.
I anticipate calling this from the cbo_Change event.
I did try to setFocus to a text box (left = -50) but you still see a flashing cursor , so made the left -999 and locked = True.
That did it but seems a hack and there must be a better way?
Thanks.