Forum Discussion
isabelaj
Aug 02, 2019Copper Contributor
Runtime error 6 overflow with Dim Double. MacOS Catalina - Excel 2019 - VBA 7.1
PeterGallin
Copper Contributor
PeterGallinI have found a temporary solution of the mentioned problem:
Sub Test()
Dim a As Variant
a = 20.3
End Sub
Stefan1635
Dec 20, 2022Copper Contributor
PeterGallinyou made my day.
This is one of the "Traffic-light" errors ("On-Off-On-Off") that escort us thru Office Versions on MacOS since 2004. If you think some version is clean, the next update brings the bug back.