A family of Microsoft word processing software products for creating web, email, and print documents.
Open your Normal.dotm template as a document (instructions below). Select the empty paragraph mark (visible if you click the ¶ button on the Home tab) and change its style to No Spacing.
You should probably also go through all the other styles you use, such as the numbered Heading styles, and modify their definitions so that the "Style for following paragraph" is No Spacing instead of Normal.
Save and close the template.
After that, a new blank document will start with the first paragraph as No Spacing. Because that style's definition says that the "Style for following paragraph" is also No Spacing, it will continue to be the style until you apply another style. If you've changed the "following paragraph" for that other style, then the next paragraph will again be No Spacing.
An alternative that behaves similarly is to go to the Design tab, click Paragraph Spacing, and choose No Paragraph Space from the menu. The default style will continue to be Normal, but it will have no space before or after the paragraph. Click the Save As Default button to apply the setting to the Normal.dotm template.
****
Opening the Normal.dotm template as a document:
- Press Alt+F11 to open the macro editor.
- Press Ctrl+G to open the Immediate window in the editor.
- In the Immediate window, type or paste the following line and press Enter: NormalTemplate.OpenAsDocument
- Close the macro editor.