QP School
QP School
>
Tutorials
>
Excel VBA Tutorials
> Long integers in VBA
Full Version:
Long 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:22 PM
Description:
Used to store larger whole numbers between -2,147,483,648 to 2,147,483,647.
Example:
Dim population As Long
population = 1000000
QP School
>
Tutorials
>
Excel VBA Tutorials
> Long integers in VBA