QP School
Long integers in VBA - Printable Version

+- QP School (https://qomplainerzschool.lima-city.de)
+-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3)
+--- Forum: Excel VBA Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=48)
+--- Thread: Long integers in VBA (/showthread.php?tid=5205)



Long integers in VBA - Qomplainerz - 07-26-2023

Description:

Used to store larger whole numbers between -2,147,483,648 to 2,147,483,647.

Example:

Dim population As Long
population = 1000000