Thread: VBA - bignum
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default VBA - bignum

Hi
not tested on my own but give it a try:
http://www.big-numbers.com/

--
Regards
Frank Kabel
Frankfurt, Germany

"Scott P" schrieb im Newsbeitrag
...
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?