Quick Formatting Tricks0%

Quick Formatting Tricks

Beginner12 min readUpdated: Jul 11, 2026
Study Materials

Quick Formatting Tricks

Quick Formatting & Secret Productivity Tricks

Experienced Word power users leverage automated shortcuts and hidden features that save hours of tedious manual formatting.

1. Generating Instant Dummy / Sample Text

When designing a layout or template before the final text is written, never type gibberish. Use Word's built-in text generators:

  • Type =rand(p, s) and press Enter:
  • Generates p paragraphs with s sentences of real, readable English help text.
  • Example: =rand(3, 4) creates 3 paragraphs of 4 sentences each.
  • Type =lorem(p, s) and press Enter:
  • Generates classical Latin Lorem Ipsum dummy filler text.

2. Instant Horizontal Divider Lines

Type three characters on an empty line and press Enter to generate instant full-width borders:

  • --- (3 hyphens) + Enter ➔ Thin solid line
  • === (3 equal signs) + Enter ➔ Double border line
  • *** (3 asterisks) + Enter ➔ Dotted divider line
  • ### (3 hash symbols) + Enter ➔ Thick triple-stripe border
  • ~~~ (3 tildes) + Enter ➔ Wavy zigzag line

3. Non-Breaking Space (Ctrl + Shift + Space)

Have you ever had a name like "Mr. Sharma" or a metric like "100 km" awkwardly split, where "100" sits at the end of line 1 and "km" wraps to line 2?

  • Press Ctrl + Shift + Space between the words instead of a normal space.
  • Word locks the two words together as an unbreakable unit so they always stay on the same line!

4. Non-Breaking Hyphen (Ctrl + Shift + -)

Prevents hyphenated phone numbers or terms (e.g. ISO-9001) from breaking across line ends.

5. The Multi-Item "Spike" Clipboard

Standard clipboard only holds one item at a time. The Spike cuts multiple non-contiguous items throughout your document and pastes them all together in sequence:

  • Highlight item 1 and press Ctrl + F3 (cuts to Spike).
  • Highlight item 2 and press Ctrl + F3 (adds to Spike).
  • Highlight item 3 and press Ctrl + F3 (adds to Spike).
  • Move to target page and press Ctrl + Shift + F3: Pastes all collected items in order and clears the Spike!

Multiple Choice Questions

1. What formula typed on an empty line generates 3 paragraphs of sample dummy text in Word?

A. =text(3) B. =rand(3) C. =dummy() D. =fill(3) Answer: B Explanation: =rand(3) generates 3 paragraphs of dynamic sample text when Enter is pressed.


2. What is the keyboard shortcut to insert a Non-Breaking Space so two words never split across line breaks?

A. Ctrl + Space B. Ctrl + Shift + Space C. Alt + Space D. Shift + Space Answer: B Explanation: Ctrl + Shift + Space glues words together so line wrapping never separates them.


3. What keyboard shortcut cuts multiple separate items into the Word "Spike" clipboard collection?

A. Ctrl + X B. Ctrl + F3 C. Alt + F3 D. Shift + F3 Answer: B Explanation: Ctrl + F3 cuts items into the Spike, and Ctrl + Shift + F3 pastes the combined collection.


4. Which three characters typed on a blank line followed by Enter creates a double border divider line?

A. --- B. === C. * D. ### Answer: B Explanation:** Typing === and hitting Enter creates an automated double-line horizontal border.


5. Which formula generates traditional Latin "Lorem Ipsum" placeholder text in Word?

A. =lorem() B. =latin() C. =sample() D. =ipsum() Answer: A Explanation: =lorem() generates standard Latin Lorem Ipsum placeholder paragraphs.


Next Lesson

Efficiency Tips for Documents

Continue learning with hands-on practice, examples, and exercises in the upcoming topic.

Related Lessons

Practice Quiz

Test your understanding of this lesson with 5 questions. Each question has one correct answer.

PrevNext