VBA Hello World

Sub hello()
 MsgBox "Hello World - Excel VBA here"
End Sub
Arno Deceuninck