Forum Discussion
isabelaj
Aug 02, 2019Copper Contributor
Runtime error 6 overflow with Dim Double. MacOS Catalina - Excel 2019 - VBA 7.1
- Haytham AmairahSilver Contributor
Hi,
Please provide some useful info about the problem!
The visible part of the code in the first screenshot doesn't seem to have an error!
However, the Overflow error is one of the most popular runtime errors in VBA, please check out this documentation article to learn more about it and how to fix it.
Regards
- PeterGallinCopper Contributor
I have exactly the same problem as isabelaj: When I declare a variable as double I cannot assign any value to that variable. It results always the overflow error message.
- Haytham AmairahSilver Contributor