Exit-quit sub
Hello,
if I have many sub like this:
Sub macro1()
....
macro2 (calling macro2)
....
End sub()
Sub macro2()
....
exit-quit ???
....
End sub()
And in macro2 I need quit-exit all subs, not only macro2 (like Exit sub can
do it), can you help me?
tom
|