VBA (Visual Basic for Applications) Question: Download VBA PDF

Explain What forms should be used for Complex user Input?

Tweet Share WhatsApp

Answer:

Userforms should be used for complex user input. When an application input has non text as an input it is advisable to use Userforms rather than the input boxes. When you are using Userforms a user can give input any number of times which is not the case when you use input boxes. This can be accessible from the insert menu in your VBA editor after which you can insert your code.

Download VBA PDF Read All 39 VBA Questions
Previous QuestionNext Question
What is the security vulnerabilities for VBA?Explain What methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?