L
Len
Hi,
I try to find ways on how to set vba code that when anyone or more
than one of subroutines has prompted "Exit Sub" will exit the main sub
program
E.g
Sub main()
.....
.....
.....
Call abc
End Sub
Sub abc()
.....
.....
Exit Sub
.......
End Sub
Sub def()
.....
.....
Exit Sub
.......
End Sub
Any helps will be appreciated and thanks in advance
Regards
Len
I try to find ways on how to set vba code that when anyone or more
than one of subroutines has prompted "Exit Sub" will exit the main sub
program
E.g
Sub main()
.....
.....
.....
Call abc
End Sub
Sub abc()
.....
.....
Exit Sub
.......
End Sub
Sub def()
.....
.....
Exit Sub
.......
End Sub
Any helps will be appreciated and thanks in advance
Regards
Len