The setting you mention can only be set for a Style object in Word. Using the Normal style as an example:
Code:
ActiveDocument.Styles("Normal").NoSpaceBetweenParagraphsOfSameStyle = False ' spacing will be added
Yes, I know you can change it for the selection in the user interface with recent versions of Word, but this is either a bug or extended functionality not yet supported in VBA.