Which of the following is not a data type in VBA?
Answers
Answered by
0
Answer:
In VBA, if the data type is not specified, it will automatically declare the variable as a Variant
Answered by
0
Arr is not a data type.
Step-by-step explanation:-
In computer science, the Boolean data type is a data type that has one of two possible values -usually denoted true and false.
character is a data type for storing /assigning alphabet and other symbols
int is a data type for storing/ assigning numberical values
Similar questions