How can space be added between paragraphs without pressing the Return key more than once?


What will be an ideal response?


By using the Space After or Space Before functions in the Paragraph Control panel.

Computer Science & Information Technology

You might also like to view...

what code will be assigned to strStatus variable when the intLevel variable contains the number 4?

Select Case intLevel
Case 1, 2
strStatus = "Bronze"
Case 3 To 5
strStatus = "Silver"
Cases 6, 7
strStatus = "Gold"
Case Else
strStatus = "Platinum"
End Select

Computer Science & Information Technology

Describe common problems with user documentation that account for support problem incidents.

What will be an ideal response?

Computer Science & Information Technology

If the data you are charting does not have the same amount of time between each data value, use a(n) ________ chart

A) graph B) X-Y scatter C) clustered column D) line

Computer Science & Information Technology

To select a range by using the name box:

A) position the mouse pointer over the column headings holding the Alt key. B) click in the name box and type the range address such as B15:D25 and then press Enter. C) select the name box from the File menu and choose Range. D) click in the first cell of the range, hold the Ctrl key, and then click in the last cell of the range.

Computer Science & Information Technology