08-04-2024, 03:03 PM
As Pete has already written. Five ^ results in a three-digit exponent output - but then it's over. Sex is no longer acceptable!
Code: (Select All)
Dim As Double a
a = 12345.6
Print Using "##.##^^^^"; a
Print Using "##.##^^^^"; 12345.6
Print Using "##.##^^^^^"; 12345.6