Stefan.Kauw
Registered User.
- Local time
- Today, 16:42
- Joined
- May 31, 2018
- Messages
- 24
When i enter a value in a textbox, this value isn't instantly available in VBA as a value. If i set focus to another textbox by clicking in it and want to msgbox the input of the textbox i get the error "Unvalid use of null".
I DO have to press enter to somehow acknowledge the value inside the textbox. How do i prevent that?
Something like... When losing focus, the input in the textbox is the value of the textbox.
I DO have to press enter to somehow acknowledge the value inside the textbox. How do i prevent that?
Something like... When losing focus, the input in the textbox is the value of the textbox.