Sign in
apache
/
poi
/
18363693d974bf86ba5bc361fa9edd2525e1d92f
/
.
/
test-data
/
document
/
SimpleMacro.vba
blob: 684420c27ed7b2cdfa0a227c00dc8454c4082d07 [
file
] [
log
] [
blame
]
Sub
TestMacro
()
'
'
TestMacro
Macro
' This is a test macro
'
'
ActiveDocument.Paragraphs(1).Range.Text = "This is a macro word processing document"
End Sub