I am aware of the way to call multiple subs in one module, like
Call Macro 1
Call Macro 2.. etc. etc.
That is not what I am looking to do though.
I want to have an end sub statement, then start an immediate sub right underneath it, thus making less modules.
I've seen it done before, but have no idea how to accomplish it and can't seem to find it anywhere.
I want it to look something like this, but with running all of the subs one after the other.
Sub Data ()
code to manipulate data into organized fashion
End Sub
____________________________________________________________________
Sub Charts ()
code to form charts of manipulated data
End Sub
Thanks for the help
Bookmarks