Long Data Type

This page is specific to the Visual Basic for Applications (VBA) Language Reference for Office 2010.

Long (long integer) variables are stored as signed 32-bit (4-byte) numbers ranging in value from -2,147,483,648 to 2,147,483,647. The type-declaration character for Long is the ampersand (&).