VBA Most Important MCQs with Answers

In VBA, ___________________ are used to declare every variable before it is used.
A) Option implicit
B) Option explicit
C)
Main implement
D) Main termination

In VBA, a combo box is formed by combining

A) Label & text box
B) List box & text box
C) Button & text box
D) Label & input box

(3) VBA respond to event using _____________.
A) Text procedure
B) Object procedure
C) Event procedure
D) Code burner

(4)_____ bytes are required for a single data type in VBA.

A) 2

B) 4

C) 8

D) 1

Leave a Comment