Files
hello-world/v/VBA.vba
2019-10-18 21:50:49 +03:00

4 lines
57 B
Plaintext

Sub HelloWorld()
Call MsgBox("Hello World!")
End Sub