Forum Discussion

Deleted's avatar
Deleted
May 09, 2024

The Excel calculated value is not matching the VBA calculated value

The Excel calculated value is not matching the VBA calculated value. EXCEL: COS(RADIANS(90)) = 6,12574E-17 VBA: COS(90 * (4 * ATN(1))/180) = 6.12323E-17 VBA: COS(WorksheetFunction.RADIANS[…] The Exc...

Resources