Question: TRUE/FALSE Indicate whether the statement is true or false 1. A Byte is a group of 8 bits. 2. A Boolean data type is represented
TRUE/FALSE Indicate whether the statement is true or false 1. A Byte is a group of 8 bits. 2. A Boolean data type is represented by 4 bytes in VBA. 3. Currency is one of many data types in VBA. 4. In VBA, a variable name is not case sensitive 5. Implicit Declaration means that variables are used without declaring them. 6. It is a good practice to declare all the variables you want to use. 7. The variables StudentGrade and STUDENTGRADE represent different variables. 8. Dim answer As Integer Declares the variable answer of type double 9. Range("A1").Value Refers to the contents of cell A1 in Excel sheet 1 10. Cells(1, 1).Value Refers to the contents of cell B1 in Excel sheet 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
