Added Visual Basic for Applications language

This commit is contained in:
Valeriy Manzhos
2019-10-18 21:50:49 +03:00
parent 4f62f18aab
commit 69bc854d4c
2 changed files with 4 additions and 0 deletions

3
v/VBA.vba Normal file
View File

@@ -0,0 +1,3 @@
Sub HelloWorld()
Call MsgBox("Hello World!")
End Sub