' MyModule: The main module of the sample project ' by imacat <imacat@mail.imacat.idv.tw>, 2017-08-01 Option Explicit ' Main: The main program Sub Main MsgBox "OK" End Sub