Y
ykchanaed
I wantt to write a macro to insert a right align tabstop just at the right
margin of the the document.
the .rightmargin in VBA only give the point from the right edge of the
document.
Hence,
Selection.ParagraphFormat.TabStops.Add Position:= .rightmargin,
Alignment:=wdAlignTabRight, Leader:=wdTabLeaderSpaces
only add the tabstop at the, say, 90 points from the LEFT edge of the
document.
Thanks
margin of the the document.
the .rightmargin in VBA only give the point from the right edge of the
document.
Hence,
Selection.ParagraphFormat.TabStops.Add Position:= .rightmargin,
Alignment:=wdAlignTabRight, Leader:=wdTabLeaderSpaces
only add the tabstop at the, say, 90 points from the LEFT edge of the
document.
Thanks