RosettaCodeData/Task/Hello-world-Graphical/VBA/hello-world-graphical.vba

4 lines
66 B
Plaintext

Public Sub hello_world_gui()
MsgBox "Goodbye, World!"
End Sub