Attribute VB_Name = "Module1" Option Explicit Public Sub test() MsgBox "Hello World!" End Sub Public Sub Main() test test2 End Sub Public Sub test2() Printer.Print "Hello World!" End Sub