QP School
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: Integers in VBA (/showthread.php?tid=5204)



Integers in VBA - Qomplainerz - 07-26-2023

Description:

Used to store whole numbers between -32,768 to 32,767.

Example:

Dim age As Integer
age = 25