Attribute VB_Name = "Module1" Option Explicit Sub tes() MsgBox "Hello, world!" End Sub Sub tes2() MsgBox "Hello, world!" End Sub