VISUAL BASIC for APPLICATIONS TEST

Progress

1.

What do you need to select to set the developer mode?

2.

_______________ is the function to compare 2 strings.

3.

Which event, runs macros automatically in excel VBA while opening Workbook

4.

To save a VBA project with an Excel workbook, the workbook must be saved as what type of file?

5.

Private Procedure can be called from anywhere in the project

6.

When the form is first referenced in any manner by program,the triggered event is….

7.

What value is stored in a variable of type single if we try to assign the variable to the value 634?

8.

You have declared 4 variables

 Which of these variable declarations is not a valid VBA statement?

9.

Which Case clause will be true whenever the value of the selector in a Select Case block is between 1 and 5 or is 8?

10.

Basic Excel Object model as follows:

11.

A loop that does not have the way of stopping is called a ___________

12.

The _______________ statement first executes the statements and then tests the condition after each execution

13.

What property of controls tells the order they receive the focus when the tab key is pressed during run time? it.

14.

___________ control is used to provide an identifiable grouping for other controls

15.

___________ function is used to return a copy of a string without leading spaces.

16.

To close a form named Form1, you can use:

17.

To load graphics on a control at runtime, we have to use the function….

18.

Which of the following statements is not true about user-defined functions?

19.

A ____________ is a predefined VB procedure that you can call upon when needed.

20.

A single Case statement can contain multiple values

21.

Which property determines whether a control is displayed to the user?

22.

Which of the following statement is not a looping statement in VBA?

23.

An object is composed of :

24.

Suppose the variable myName is declared in a Dim statement in two different Sub procedures. Which statement is true?

25.

__________ are the attributes of an object that control the object's appearance and behavior.

26.

What will the value of ThisVar be after the following lines of code execute? 

Dim ThisVar As String 
Dim MyName = "John" 
ThisVar = MyName & "John"


 

27.

This control is used for titles/captions

28.

What will be the output of the following statement?

txtBox.Text = FormatCurrency(1234.567)

29.

The _______________ control used to insert image to the form

30.

Which windows displays a list of all forms and modules making up your application.

Assessment complete! Thank you for you time.
We are redirecting you to the result page, Please click on 'SUBMIT'