N
Narendra Boga
hi all.
I have a document with different align formatting.
Ex:
Land and land rights
Transportation infrastructure
Land improvements
Buildings and improvements
Machinery and equipment
Telecommunication equipment
and infrastructure
Mature plantations
Transportation equipment
Office equipment, furniture
and fixtures
----------------------
For this I want to align all lines completely left. I recorded on macro
viz. spaces. but it is not working properly. please help me.
Sub spaces()
' Macro recorded 5/16/2008 by naren
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = " ^w"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindStop
End With
Selection.Find.Execute Replace:=wdReplaceAll
End Sub
Thank You
Narendara Boga
I have a document with different align formatting.
Ex:
Land and land rights
Transportation infrastructure
Land improvements
Buildings and improvements
Machinery and equipment
Telecommunication equipment
and infrastructure
Mature plantations
Transportation equipment
Office equipment, furniture
and fixtures
----------------------
For this I want to align all lines completely left. I recorded on macro
viz. spaces. but it is not working properly. please help me.
Sub spaces()
' Macro recorded 5/16/2008 by naren
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = " ^w"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindStop
End With
Selection.Find.Execute Replace:=wdReplaceAll
End Sub
Thank You
Narendara Boga