Hello, I am currently solving Project Euler problem 16 and I'm having troubles with one of the VBA features.
Whenever I want to calculate a large number (2 ^ 1000) to add up the digits, I can't! because VBA keeps on fixing the number to scientific notations ignoring all the digits after several digits!
Is there a way to get around this?
Thank you in advance,
kpark
Whenever I want to calculate a large number (2 ^ 1000) to add up the digits, I can't! because VBA keeps on fixing the number to scientific notations ignoring all the digits after several digits!
Is there a way to get around this?
Thank you in advance,
kpark