G
gregga
When several sub procedures are called one after another from the main
procedure I want to be able to exit the macro completely if one of them
fails.
The problem is that if I use an "if <condition fails> then exit sub" in
one of those sub procedures then the program passes back to the main
procedure and continues executing the rest.
As a newby I'm sure there is a fairly obvious answer to this but am
unable to find one unless I start "chaining" subs together which is a
fairly unorganised way to go about it.
Greg
procedure I want to be able to exit the macro completely if one of them
fails.
The problem is that if I use an "if <condition fails> then exit sub" in
one of those sub procedures then the program passes back to the main
procedure and continues executing the rest.
As a newby I'm sure there is a fairly obvious answer to this but am
unable to find one unless I start "chaining" subs together which is a
fairly unorganised way to go about it.
Greg