How to i get the smaller gaps between the lines when printing from VB as if i had hel the "shift" key when pressing "carriage return" ?vb Code:
Selection.Style = ActiveDocument.Styles("No Spacing")
To get the original spacing back use this
vb Code:
Selection.Style = ActiveDocument.Styles("Normal")




Reply With Quote