Skip to main content

Excel LongLong data type

LongLong (LongLong integer) variables are stored as signed 64-bit (8-byte) numbers ranging in value from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

The type-declaration character for LongLong is the caret (^).

LongLong is a valid declared type only on 64-bit platforms.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>