QP School
QP School
>
Tutorials
>
Excel VBA Tutorials
> Integers in VBA
Full Version:
Integers in VBA
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
07-26-2023, 08:21 PM
Description:
Used to store whole numbers between -32,768 to 32,767.
Example:
Dim age As Integer
age = 25
QP School
>
Tutorials
>
Excel VBA Tutorials
> Integers in VBA