Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have several macros that I can not debug. When I run them in the debugger
they go along just fine and then act as if they they just encountered an END statement. That is execution ends without any error message or other indication of failure. The code lines do not seem to have any errors. For example: Selection.EntireRow.Hidden = True I get a valid selection in the immediate window ( ? selection.address -- $1:$100) just before executing this line but the macro just stops. Once when I tried to add an On Error Goto x I got a can not enter break mode here message. Now execution just terminates. Any ideas/tips |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
.Net Automation Add-In - Execution Always Ends in Edit Mode | Excel Programming | |||
.Net Automation Add-In - Execution Always Ends in Edit Mode | Excel Programming | |||
Aborting Execution Before Error Message | Excel Programming | |||
Macro dies in the middle of execution | Excel Programming | |||
Select a cell in the middle of a macro execution | Excel Programming |