Taking a risk being stupid, I'll ask the following.
In Visio, I have a very small user form, only contains a textbox.
After the user enters a number they want to press the ENTER key to do some stuff with the number, i.e. run some VBA code that reads textbox.text and processes the number.
I've noticed that the KeyPressed event does not fire for the ENTER key! and can't seem to find any event that fires for the ENTER key. I must be missing something obvious, but have search many Visio forms, and the MSDN, as well as my VBA help files.
Please take pity on my stupidity - thanks!
In Visio, I have a very small user form, only contains a textbox.
After the user enters a number they want to press the ENTER key to do some stuff with the number, i.e. run some VBA code that reads textbox.text and processes the number.
I've noticed that the KeyPressed event does not fire for the ENTER key! and can't seem to find any event that fires for the ENTER key. I must be missing something obvious, but have search many Visio forms, and the MSDN, as well as my VBA help files.
Please take pity on my stupidity - thanks!