I want to start determinated sub in a time and stop they in other time, in other sub.
like:
Sub 1()
if p=1 then
stop sub2
else
start sub2
End sub
sub 2()
End sub
How I make that?
How I start and stop a sub?
Moderators: Murderator+, Murderator