Please enter your details here.
Do…Loop... Until code block is always executed once.
To force all variables is a VBA project to be declared, which must be stated in a module?
Which character in VBA, indicates start of a comment
VBA Code run by
A single Case statement can contain multiple values
What data type can hold any type of data?
Study the screenshot below. What is the appropriate action to take when a workbook displays this message (Security Warning Macros have been disabled)?
When the form is first referenced in any manner by program,the triggered event is….
__________ are the attributes of an object that control the object's appearance and behavior.
___________ indicates whether a particular condition is on or off
Which of the following is default in VBA for data passing?
The _______________ statement first executes the statements and then tests the condition after each execution
What do you need to select to set the developer mode?
The _______________ control used to insert image to the form
The Properties window plays an important role in the development of Visual Basic Applications. It is mainly used
Which of the following statement is not a looping statement in VBA?
Which property determines whether a control is displayed to the user?
___________ control is used to provide an identifiable grouping for other controls
Which windows displays a list of all forms and modules making up your application.
A ____________ is a predefined VB procedure that you can call upon when needed.
What will be the output of the following statement?
txtBox.Text = FormatCurrency(1234.567)
What value is stored in a variable of type single if we try to assign the variable to the value 634?
Suppose the variable myName is declared in a Dim statement in two different Sub procedures. Which statement is true?
_______________ is the function to compare 2 strings.
This control is used for titles/captions
You have declared 4 variables
Which of these variable declarations is not a valid VBA statement?
Why Macro is used
Suppose you need to develop an online poll of user responses to a question. For convenience, you would like the most popular options to be displayed in a list for the user to quickly select an option and submit their answer. However, you would also like them to be able to use the same control to allow them to specify an write-in value of their own. Which control is most appropriate for this application?
Which of the following statements is not true about user-defined functions?
There can be different data types of an element in an array