mirror of
https://github.com/apache/poi.git
synced 2025-02-06 10:08:17 +00:00
f5091846ff
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738427 13f79535-47bb-0310-9956-ffa450edef68
11 lines
161 B
Plaintext
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
|