ronaldmacdonald
MIS
Hello everyone
Ive got a now rather large vba sub called (originally main):
sub main()
I want to break it up into sub proceduresso I may have:
sub main()
sub 1()
sub 2()
sub 3() etc etc.
My question is if sub main () is my top level sub (i.e the first one to execute on entering the macro) how do i call other subs from it and do i need to declare them before sub main, after sub main or within sub main?
Cheers
Ronald
Ive got a now rather large vba sub called (originally main):
sub main()
I want to break it up into sub proceduresso I may have:
sub main()
sub 1()
sub 2()
sub 3() etc etc.
My question is if sub main () is my top level sub (i.e the first one to execute on entering the macro) how do i call other subs from it and do i need to declare them before sub main, after sub main or within sub main?
Cheers
Ronald