blob: 03107cae5d9498d8353efb8b602f89b399fe0d63 [file] [log] [blame]
Sub TestMacro()
'
' TestMacro Macro
' This is a test macro
'
'
ActiveCell.FormulaR1C1 = "This is a macro workbook"
Range("A2").Select
End Sub