Contenidos
Hola mundo
1 2 3 |
Sub DRAE() MsgBox "Hello World!" End Sub |
Título grande
1 2 3 4 5 6 7 8 |
Sub Macro1() ' Macro1 Macro Selection.TypeText Text:="hola" Selection.HomeKey Unit:=wdLine, Extend:=wdExtend Selection.Font.Grow Selection.Font.Grow Selection.Font.Grow End Sub |