Microsoft
Software
Hardware
Network
Question : runtime error 6 overflow error - vba excel program
Hello experts,
I am stuck on an error (runtime error 6 - overflow) and hoping for some insight. This is a VBA program running in Excel.
Please see the screenshot attached. The error occurs when I try to assign a value retrieve from a spreadsheet to an array that was declared as a Long data type.
- Dim GLArray() As Long
If you have any questions or if further clarification is needed, please let me know.
Answer : runtime error 6 overflow error - vba excel program
Kevin,
if there is a decimal in the Cell, that is less than 2,147,483,647, would it still cause an Overflow (on the Decimal Part)?
Random Solutions
MS Access' ability to be used across a network
Disable WSUS Client Update Over 3G and VPN
Convert LINQ in C# to VB.NET
Windows messages : How to find the sender of of WM_USER message
Force Data Type on import - Access 2003
SQL Server query issue with inner and outer joins
How to identify at runtime if the sw is in debug or release mode (VB.NET)
Trouble running wmi query from .NET
system interrupt controller missing driver
hide FormView "delete" and "edit" button links programmatically