VBA - bignum
I am looking for a way to work with very large numbers (e.g. 1,000+ digits in
length) in VBA. I have seen references to this data type as "bignum." I am
aware of C++ libraries that support this data type, but I have seen nothing
along these lines that might work in VBA. Is such a library/data type
available for VBA?
|