Explain What forms should be used for Complex user Input?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online VBA (Visual Basic for Applications) Job Interview Questions And Answers