Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Dim x As Long x = 2000 * 365 Why is this statment generate a : Overflow (Error 6) I dont understant it since x is "long" and should be able to store this large number. Could someone please try to explain it. I know that the statement under will solve it. Dim x As Long x = CLng(2000) * 365 Best regards Petter Bøhler |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data overflow to second worksheet | Excel Worksheet Functions | |||
allow text to overflow into the next cell? | Excel Discussion (Misc queries) | |||
Text Cell Overflow | Excel Discussion (Misc queries) | |||
runtime error '6' overflow | Setting up and Configuration of Excel | |||
Overflow Error | Excel Discussion (Misc queries) |