Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from zechariahburchett/zechariahburchett-patch-1
Browse files Browse the repository at this point in the history
Created HelloWorldVBA
  • Loading branch information
zechariahburchett authored Oct 17, 2018
2 parents 0a6f3df + 86a637c commit a5790f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions VBA/HelloWorldVBA
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//This function will print hello world to the immediate window
//Code must be ran in a VBA supported application (Excel, Access, Word, Outlook, PowerPoint)

Public Function HelloWorld()
Debug.Print "Hello World!"
End Function

0 comments on commit a5790f7

Please sign in to comment.