Just thinking of a way to optimise my code.
I'm currently dealing with lot's of fractions that need to be up to 20 decimal points!!!

I've managed to handle this with VB's VARIANT dataType but that has a huge hit on speed once I run a Loop with many calculations.

What alternatives would there be do accurately deal with LONGLONG/CDec64 in VB + Fractions/Decimal Points.