Hello, I would like to know what should I do for the following situation:

-I have 3-5 scripts written in ThisOutlookSession(most of them are used as scripts to automictically send out emails with attachments to different recipients)

-Currently I can use only one script a time (I save it on ThisOutlookSession and it is working perfect)
- however, I have trouble running more than one script there
-In the near future I would like to run several script automictically, how am I supposed to do this? (I found out the you can have only one project/ThisOutlookSession) correct me if i am wrong

thank you so much for your kind assistance!

PS: I have to mention that I am newbie in VBA so I am not able to modify the code (I tried to combine two scripts on "ThisOutlookSession" but it was not working) I searched online and tried to paste my script into "Modules" as well but it was not working also