a declaration in the module top, that will define that all subs here are Resumable Subs by default.
the visual results will be :
- the 'as Resumable Sub' will be added automatically as well as the 'return True'. to the sub
- the 'Wait For....Complete (Completes as Boolean)' will be added automatically to the call to this sub.
i find myself doing it manually more and more, maybe 70-80% of the subs i write and use.
of course the developer will be able to delete those parts.
Thank you, keep on doing it !
the visual results will be :
- the 'as Resumable Sub' will be added automatically as well as the 'return True'. to the sub
- the 'Wait For....Complete (Completes as Boolean)' will be added automatically to the call to this sub.
i find myself doing it manually more and more, maybe 70-80% of the subs i write and use.
of course the developer will be able to delete those parts.
Thank you, keep on doing it !