Programming With Vba Set 7

Which object is member of the workbook?
(A) Sheets
(B) Workbook
(C) Worksheet
(D) Range
Worksheet
Which type of work book method cannot be modified in VBA?
(A) Close
(B) Save
(C) Save As
(D) Protect
Protect
Which workbook property returns a string value that represents the name of the object in VBA?
(A) Full name
(B) Name
(C) Path
(D) Worksheets
Name
Which workbook property returns the name of the object including its path on disk in VBA?
(A) Full name
(B) Name
(C) Path
(D) Worksheets
Full name
Which can hold lot of data with one variable in VBA?
(A) Arrays
(B) Collections
(C) Groups
(D) Methods
Collections