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

Commit

Permalink
Merge pull request #4398 from zechariahburchett/master
Browse files Browse the repository at this point in the history
Merged by aniket965
  • Loading branch information
Aniket965 authored Oct 17, 2018
2 parents d8fbb12 + a5790f7 commit bb0a590
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 bb0a590

Please sign in to comment.