VBA Console.WriteLine

Module Module1
    Sub Main()
        Console.WriteLine("Hello world of VBA")
    End Sub
End Module
Pow