8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
Sub Macro1()
|
|
'
|
|
' Macro1 Macro
|
|
'
|
|
'
|
|
Selection.ParagraphFormat.RightIndent = InchesToPoints(0.80)
|
|
|
|
End Sub |