Hi,
I have a question.
dim num as Long
num = 123000234123
the message is giving out "Overflow".
Do we have another datatype instead of the "Long"? I know the "Long" datatype cannot support all digits (123000234123).
Its range is 2,147,483,648 to 2,147,483,647.
Does anybody know how to solve?