Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I got this error -#DIV/0! on certain cells while running this a
macro. I knew the source of the error but wants the macro to run to end without stopping. Please what error handling routine can apply? In your macro, check if any of the divisor cells are empty or zero, and skip those in the macro. IOW, whatever the macro does then make it conditional on the ref'd ranges not being empty (same as Value=0)! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Err.Description as error proc name trail, error handling | Excel Programming | |||
First Error works but Subsequent Error Handling Does Not | Excel Programming | |||
Error handling error # 1004 Run-time error | Excel Programming | |||
Error Handling - On Error GoTo doesn't trap error successfully | Excel Programming | |||
Error handling with a handling routine | Excel Programming |