Javen O'Neal 3e7df27cd6 tag r1780499 as 3.15-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_15_BETA1@1780500 13f79535-47bb-0310-9956-ffa450edef68
2017-01-27 04:48:52 +00:00

11 lines
161 B
Plaintext

Sub TestMacro()
'
' TestMacro Macro
' This is a test macro
'
'
ActiveCell.FormulaR1C1 = "This is a macro workbook"
Range("A2").Select
End Sub