mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08: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
|
|
|