Please enter your details here.
Which windows displays a list of all forms and modules making up your application.
The value returned by InputBox is a string
The _______________ control used to insert image to the form
What value is stored in a variable of type single if we try to assign the variable to the value 634?
___________ control is used to provide an identifiable grouping for other controls
Which of the following statement is not a looping statement in VBA?
When the block of code finishes the execution, what will the final value of X be?
Public Sub Example ()
Dim Y As Integer
Dim X As Integer
X = 0
Y = 10
For Count = Y To 1 Step -2
X = X + Y
If Y = (Y = 1) Then
Exit For
End If
Next Count
X = X / X
MsgBox X
End Sub
__________ are the attributes of an object that control the object's appearance and behavior.
Which property determines whether a control is displayed to the user?
Suppose the variable myName is declared in a Dim statement in two different Sub procedures. Which statement is true?
32-bit Software/Applications can be installed on:
Study the screenshot below. What is the appropriate action to take when a workbook displays this message (Security Warning Macros have been disabled)?
Which character in VBA, indicates start of a comment
Which property for a textbox allows the textbox to accept more than 1 line of data entry?
This operator reverses the truth value of an expression; making a true expression false and a false expression true.
The Properties window plays an important role in the development of Visual Basic Applications. It is mainly used
When the form is first referenced in any manner by program,the triggered event is….
An array that maintains multiple sets of information referenced by more than one index is called ________________
A loop that does not have the way of stopping is called a ___________
What property of controls tells the order they receive the focus when the tab key is pressed during run time? it.
Why Macro is used
A ______________ returns a value to the part of the program that called it.
Basic Excel Object model as follows:
Which part of VBA window, refers to area where code is written.
To close a form named Form1, you can use:
Private Procedure can be called from anywhere in the project
Which event, runs macros automatically in excel VBA while opening Workbook
VBA Code run by
To force all variables is a VBA project to be declared, which must be stated in a module?
This control is used for titles/captions