Add Visual Basic for Applications

Fixes: #681
Co-Authored-By: Valeriy Manzhos <invisiblerain@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 16:35:00 +13:00
parent d52b919c25
commit 3c718d3fd1
2 changed files with 4 additions and 0 deletions

View File

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