0d40050e20
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738502 13f79535-47bb-0310-9956-ffa450edef68
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
Sub TestMacro()
|
|
'
|
|
' TestMacro Macro
|
|
' This is a test macro
|
|
'
|
|
|
|
'
|
|
ActiveDocument.Paragraphs(1).Range.Text = "This is a macro word processing document"
|
|
End Sub
|
|
|