Specifications for data types are at
https://msdn.microsoft.com/en-us/library/office/gg251528.aspx
For example: 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.
There's also a LongLong data type for 64-bit systems, but the Mac Excel 2011 Visual Basic Editor shows a compile error when I try to use "Dim MyLongLong as LongLong."
I have not tried LongLong with Mac Excel 2016.