14.5k views
17 votes
Differences between Variables and Data types​

User Hylle
by
3.9k points

2 Answers

8 votes

Answer:

each variable has a specific data type, which indicates which type of data it may hold.

:D

User Pheromix
by
4.2k points
6 votes

Answer:

A variable can be thought of as a memory location that can hold values of a specific type. The value in a variable may change during the life of the program—hence the name “variable.” In VBA, each variable has a specific data type, which indicates which type of data it may hold.

Step-by-step explanation:

These are the definitions. You're welcome!

User Sheldon Scott
by
3.9k points