Hey guys,
I have an issue transferring this code from Windows VBA (where it works) to Mac. Both are Excel 2016.
Dim x As Long
x = Worksheetfunction.Sum(Range(Cells(2,3),Cells(y,6)))
If x <> Range("F3").value Then
MsgBox "Hello"
End If
So, on Windows "x" = Range("F3").value and so the message...