Programming With Vba Set 5


What is the storage size of currency data type in VBA?
  
    (A) 2 bytes
    (B) 4 bytes
    (C) 8 bytes
    (D) 12 bytes

8 bytes

How many numeric data types available in Excel VBA?
  
    (A) 4
    (B) 5
    (C) 7
    (D) 8

7

What is the another name for keywords in VBA?
  
    (A) Literals
    (B) Variables
    (C) User defined words
    (D) Reserved words

Reserved words

Which key word is used to declare the variable in VBA?
  

    (A) Sub
    (B) Declare
    (C) Dim
    (D) AS

Dim

Which data type can hold any type of values in VBA?
  
    (A) Variant
    (B) Variable
    (C) Constant
    (D) Keyword

Variant