Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro running agaist 40,000 line items and keep getting an overflow
error. I've seen this b/4 but can't remember how to fix it. Help? Dan |
#2
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
|
|||
|
|||
![]()
You probably have an infinite loop somewhere... but without seeing your code
it is a little hard to tell. Post your code and we can take a look at it... "DG" wrote: I have a macro running agaist 40,000 line items and keep getting an overflow error. I've seen this b/4 but can't remember how to fix it. Help? Dan |
#3
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Dan,
Change your row variable to a Long. An Integer value cannot exceed 32,767 Jim Cone San Francisco, USA "DG" wrote in message ... I have a macro running agaist 40,000 line items and keep getting an overflow error. I've seen this b/4 but can't remember how to fix it. Help? Dan |
#4
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
|
|||
|
|||
![]()
Found it, you are correct.... Thanks
"Jim Thomlinson" wrote in message ... You probably have an infinite loop somewhere... but without seeing your code it is a little hard to tell. Post your code and we can take a look at it... "DG" wrote: I have a macro running agaist 40,000 line items and keep getting an overflow error. I've seen this b/4 but can't remember how to fix it. Help? Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Overflow error.. why? | Excel Discussion (Misc queries) | |||
Overflow Error | Excel Discussion (Misc queries) | |||
Overflow error | Excel Programming | |||
Help! Overflow Error 6 | Excel Programming | |||
overflow error | Excel Programming |