mirror of
https://github.com/apache/poi.git
synced 2025-02-08 11:04:53 +00:00
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
|
||
|
|