Please enter your details here.
Which windows displays a list of all forms and modules making up your application.
What value is stored in a variable of type single if we try to assign the variable to the value 634?
To force all variables is a VBA project to be declared, which must be stated in a module?
Suppose the variable myName is declared in a Dim statement in two different Sub procedures. Which statement is true?
You have declared 4 variables
Which of these variable declarations is not a valid VBA statement?
To load graphics on a control at runtime, we have to use the function….
What will be the output of the following statement?
txtBox.Text = FormatCurrency(1234.567)
Which character in VBA, indicates start of a comment
What is the color of comments?
Which of the following arithmetic operations has the highest level of precedence?
Which property for a textbox allows the textbox to accept more than 1 line of data entry?
Which property determines whether a control is displayed to the user?
VBA Code run by
What property of controls tells the order they receive the focus when the tab key is pressed during run time? it.
Which of the following statement is not a looping statement in VBA?
_______________ is the function to compare 2 strings.
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?
Basic Excel Object model as follows:
Which of the following is default in VBA for data passing?
___________ statement enables us to trap runtime error.
This control is used for titles/captions
When the form is first referenced in any manner by program,the triggered event is….
An object is composed of :
___________ control is used to provide an identifiable grouping for other controls
What do you need to select to set the developer mode?
Private Procedure can be called from anywhere in the project
What data type can hold any type of data?
To close a form named Form1, you can use:
There can be different data types of an element in an array
A loop that does not have the way of stopping is called a ___________