Hi boston4415,
Welcome to vbax!
Try:This will round off the decimals to 4 places, sometimes there is a number way out there as in e-12If round(Range("ShareTotal"),4) = round(ReportTotal,4) Then
Hi boston4415,
Welcome to vbax!
Try:This will round off the decimals to 4 places, sometimes there is a number way out there as in e-12If round(Range("ShareTotal"),4) = round(ReportTotal,4) Then
Last edited by Aussiebear; 03-30-2023 at 03:43 PM. Reason: adjusted the code tags