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:
  1. Selection.Style = ActiveDocument.Styles("No Spacing")

To get the original spacing back use this

vb Code:
  1. Selection.Style = ActiveDocument.Styles("Normal")