PROGRAMMING WITH VBA - Practice Mode

1) What is the storage size of decimal data type in VBA?
Correct Answer: 12 bytes
2) What is the storage size of currency data type in VBA?
Correct Answer: 8 bytes
3) How many numeric data types available in Excel VBA?
Correct Answer: 7
4) What is the another name for keywords in VBA?
Correct Answer: Reserved words
5) Which key word is used to declare the variable in VBA?
Correct Answer: Dim