J
Jerry
Anyone,
How can I modify the following macro to repeat the action 20 times?
TIA,
Jerry Porter
Sub Macro2()
'
' Macro2 Macro
' Macro recorded 6/15/2005 by gerald.porter
'
Selection.Delete Unit:=wdCharacter, Count:=1
Selection.TypeText Text:=vbTab
Selection.MoveLeft Unit:=wdCharacter, Count:=1
Selection.MoveDown Unit:=wdLine, Count:=1
End Sub
How can I modify the following macro to repeat the action 20 times?
TIA,
Jerry Porter
Sub Macro2()
'
' Macro2 Macro
' Macro recorded 6/15/2005 by gerald.porter
'
Selection.Delete Unit:=wdCharacter, Count:=1
Selection.TypeText Text:=vbTab
Selection.MoveLeft Unit:=wdCharacter, Count:=1
Selection.MoveDown Unit:=wdLine, Count:=1
End Sub