Excel+Access VBA - Check if InputBox was Canceled

Описание к видео Excel+Access VBA - Check if InputBox was Canceled

The #InputBox in #VBA enabled applications like Microsoft #Excel, #Access, or #Word can be used to request user input from VBA code without designing a custom user form. But it is almost(!) impossible to distinguish between the user not entering anything and the user pressing Cancel.
In this video I show a trick how you can check what the user really did.

Even though I disagree with the conclusion, I would like to share the in-depth answer on the background of this hack on SO:
https://stackoverflow.com/questions/4...

Комментарии

Информация по комментариям в разработке