Is there any way to get excel vba program to wait until 'Enter' is pressed to change/update the value in the textbox.
My problem at the moment is that typically the user will enter a two digit value such as '50' but the program updates at 5 then 50. I want ti to wait until the full number is entered before it is updated. Is there any way to add code to trigger the update only once 'Enter' key on the keyboard is pressed
My problem at the moment is that typically the user will enter a two digit value such as '50' but the program updates at 5 then 50. I want ti to wait until the full number is entered before it is updated. Is there any way to add code to trigger the update only once 'Enter' key on the keyboard is pressed