Please enter your details here.
___________ statement enables us to trap runtime error.
There can be different data types of an element in an array
Which property for a textbox allows the textbox to accept more than 1 line of data entry?
Do…Loop... Until code block is always executed once.
An object is composed of :
Private Procedure can be called from anywhere in the project
Why Macro is used
The _______________ statement first executes the statements and then tests the condition after each execution
What data type can hold any type of data?
You have declared 4 variables
Which of these variable declarations is not a valid VBA statement?
Which of the following statement is not a looping statement in VBA?
What is the color of comments?
This operator reverses the truth value of an expression; making a true expression false and a false expression true.
___________ control is used to provide an identifiable grouping for other controls
Which of the following is default in VBA for data passing?
An array that maintains multiple sets of information referenced by more than one index is called ________________
__________ are the attributes of an object that control the object's appearance and behavior.
Which of the following statements is not true about user-defined functions?
___________ indicates whether a particular condition is on or off
The _______________ control used to insert image to the form
Which windows displays a list of all forms and modules making up your application.
Which part of VBA window, refers to area where code is written.
When the form is first referenced in any manner by program,the triggered event is….
Given the following section of code, if a programmer called the GetAge() subroutine, what value would the message box display?
Private Sub GetAge()
Dim UserAge As String
UserAge = 10
UserAge = InputBox("Enter your age", "Get Age")
Call ShowAge
End Sub
Private Sub ShowAge()
Dim UserAge As Integer
UserAge = 0
MsgBox (UserAge)
The value returned by InputBox is a string
To break up long lines of code, the line continuation character in VBA is
What will the value of ThisVar be after the following lines of code execute?
Dim ThisVar As String Dim MyName = "John" ThisVar = MyName & "John"
Suppose the variable myName is declared in a Dim statement in two different Sub procedures. Which statement is true?
Suppose you are designing an application for admissions to a college or university, and you need to decide how to provide the user with a selection of racial backgrounds. Which control would be most appropriate?
The Properties window plays an important role in the development of Visual Basic Applications. It is mainly used