Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My program performs well until I reach execution of data row # 1378.
My loop seems to be misbehaving after that row but I have no clue on what triggered it. Please remind me how do I enter automatically in VBA Debug Mode after executing the nth data row to be able to start checking Watches. Thank you, Wayne |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jun 17, 5:55*pm, u473 wrote:
My program performs well until I reach execution of data row # 1378. My loop seems to be misbehaving after that row but I have no clue on what triggered it. Please remind me how do I enter automatically in VBA Debug Mode after executing the nth data row to be able to start checking Watches. Thank you, Wayne An alternative is to display a Msgbox when the row count is n and as the msgbox gets displayed u can press ctrl+break and then it will take u to the debug mode and then u can put all the break points ! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bug using Help in debug mode ? | Excel Programming | |||
Getting Kicked out of Debug mode | Excel Programming | |||
Get in DEBUG mode on workbook open | Excel Programming | |||
Debug Step vs Run Mode | Excel Programming | |||
Mysterious debug mode | Excel Programming |