Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi. im trying to run a macro and it works perfectly till about row 30,197
then it crashes and gives a runtime 6 error (overflow). Dim g As Double For g = b To Sheet1.Rows.Count If UCase(Trim(Sheet1.Cells(g, nSecondDefnColBegin).Value)) = firstcell Then nSecondDefnRow = g Let b = g Exit For End If Next g the error happens in the row nSecondDefnRow = g. Any reasons why this happens? and how can i fix the problem? Thanks. Kim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error '6' overflow | Setting up and Configuration of Excel | |||
runtime error '6' overflow | Excel Programming | |||
Runtime Error 6 Overflow | Excel Programming | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
overflow error 6.. the macro just stops any idea why? | Excel Programming |