Skip to main content

Microsoft Word

 


Microsoft Word is a word processing application developed by Microsoft. It's part of the Microsoft Office suite and is widely used for creating, editing, formatting, and sharing text-based documents. It includes a variety of tools for managing fonts, styles, layouts, graphics, and more, making it one of the most popular software for personal, educational, and business use.

Here are some important keyboard shortcuts in Microsoft Word:

Basic Navigation & Editing Shortcuts:

Ctrl + N – New document

Ctrl + O – Open document

Ctrl + S – Save document

Ctrl + P – Print document

Ctrl + W – Close the document

Ctrl + Z – Undo last action

Ctrl + Y – Redo last undone action

Ctrl + A – Select all content

Ctrl + C – Copy selected content

Ctrl + X – Cut selected content

Ctrl + V – Paste copied/cut content

Ctrl + D – Open Font dialog box

Ctrl + F – Find text in document

Ctrl + H – Replace text in document

Formatting Shortcuts:

Ctrl + B – Bold selected text

Ctrl + I – Italicize selected text

Ctrl + U – Underline selected text

Ctrl + E – Center align text

Ctrl + L – Left-align text

Ctrl + R – Right-align text

Ctrl + J – Justify text (align left and right)

Ctrl + Shift + N – Normal style (default text)

Ctrl + Shift + L – Apply bullet list

Ctrl + T – Create a hanging indent

Ctrl + M – Increase indent

Ctrl + Shift + M – Decrease indent

Document Navigation Shortcuts:

Ctrl + Arrow keys – Move cursor one word at a time

Home – Move to the beginning of the line

End – Move to the end of the line

Ctrl + Home – Move to the beginning of the document

Ctrl + End – Move to the end of the document

Page Up – Scroll up one page

Page Down – Scroll down one page

Working with Paragraphs:

Ctrl + 1 – Single spacing for paragraph

Ctrl + 2 – Double spacing for paragraph

Ctrl + 5 – 1.5 line spacing

Ctrl + Q – Remove paragraph formatting (alignment, indentation, etc.)

Ctrl + Shift + > – Increase font size

Ctrl + Shift + < – Decrease font size

Special Characters and Symbols:

Ctrl + Alt + T – Insert trademark symbol (™)

Ctrl + Alt + R – Insert registered symbol (®)

Ctrl + Shift + @ – Insert the "@" symbol

Ctrl + Alt + C – Insert copyright symbol (©)

Other Useful Shortcuts:

Ctrl + K – Insert hyperlink

Ctrl + Shift + S – Open "Save As" dialog

Ctrl + Shift + F – Open Font dialog box

Ctrl + Shift + P – Open the Paragraph dialog box

Alt + F4 – Close Microsoft Word

Ctrl + Shift + C – Copy formatting

Ctrl + Shift + V – Paste formatting

Ctrl + Shift + E – Track changes (toggle)


Text Selection Shortcuts:

Shift + Arrow keys – Extend the selection one character at a time

Ctrl + Shift + Arrow keys – Extend the selection one word at a time

Ctrl + Shift + Home – Select from the cursor position to the beginning of the document

Ctrl + Shift + End – Select from the cursor position to the end of the document

Shift + Home – Select from the cursor position to the beginning of the current line

Shift + End – Select from the cursor position to the end of the current line

Ctrl + A – Select all content in the document

Document View and Zoom Shortcuts:

Ctrl + Mouse Scroll Wheel – Zoom in or out of the document

Alt + Ctrl + I – Switch to Print Preview mode

Ctrl + Alt + I – Print Preview (in some versions)

Ctrl + F2 – Open Print Preview window

Alt + Ctrl + N – Switch to Normal view

Alt + Ctrl + P – Switch to Print Layout view

Ctrl + Alt + P – Switch to Page Layout view

Ctrl + R – Reset Zoom to 100%

Table Shortcuts:

Tab – Move to the next cell in a table

Shift + Tab – Move to the previous cell in a table

Ctrl + Tab – Insert a tab character inside a table cell

Alt + Shift + Arrow keys – Resize table rows or columns

Ctrl + Enter – Insert page break (in the middle of a table or anywhere in the document)

Formatting & Style Shortcuts:

Ctrl + Shift + N – Apply Normal style

Ctrl + Shift + S – Open Styles dialog box

Ctrl + Alt + 1 – Apply Heading 1 style

Ctrl + Alt + 2 – Apply Heading 2 style

Ctrl + Alt + 3 – Apply Heading 3 style

Ctrl + Shift + L – Apply bullet point to selected text

Ctrl + Shift + B – Apply bold formatting to the selected text

Ctrl + Shift + I – Apply italics formatting to the selected text

Commenting & Reviewing:

Ctrl + Alt + M – Insert a comment

Alt + R, C – Delete a comment

Ctrl + Alt + P – Open the Reviewing Pane

Ctrl + Shift + E – Turn track changes on or off

Insert Object/Media Shortcuts:

Alt + N, P – Insert a picture from file

Alt + N, T – Insert a text box

Alt + N, X – Insert an equation

Alt + N, W – Insert a shape

Alt + N, U – Insert a symbol

Ctrl + Shift + F9 – Unlink fields

Alt + N, L – Insert a link

Navigation and Section Shortcuts:

Alt + Ctrl + Page Up – Move to the beginning of the previous section

Alt + Ctrl + Page Down – Move to the beginning of the next section

Ctrl + G – Go to a specific page, section, or line

Alt + Shift + F10 – Open the context menu for the selected item (like a graphic or object)

Working with Footnotes and Endnotes:

Alt + Ctrl + F – Insert a footnote

Alt + Ctrl + D – Insert an endnote

Shift + F5 – Jump to the last editing location

Hyperlinks and Bookmark Shortcuts:

Ctrl + K – Insert or edit a hyperlink

Ctrl + Shift + F9 – Remove a hyperlink

Ctrl + Shift + K – Open the Insert Hyperlink dialog box

Miscellaneous Shortcuts:

Alt + F – Open the File tab (backstage view)

Alt + H – Open the Home tab

Alt + N – Open the Insert tab

Alt + G – Open the Design tab

Ctrl + Shift + G – Open the Word Count dialog box

Ctrl + Shift + V – Paste only formatting

Ctrl + Shift + U – Underline selected text with a thicker underline

Quick Access Toolbar:

Alt + 1-9 – Access the corresponding button in the Quick Access Toolbar (QAT)

Ctrl + Q – Remove all paragraph formatting

Ctrl + Shift + Q – Change the font to the default font

These shortcuts can help you use Microsoft Word more efficiently, speeding up your document creation and editing process.

Comments

Popular posts from this blog

Microsoft Excel top functions.

  Microsoft Excel offers numerous functions to simplify data analysis and calculation. Here are some of the most commonly used and powerful functions: Basic Functions SUM : Adds values. =SUM(A1:A10) AVERAGE : Calculates the mean of numbers. =AVERAGE(A1:A10) IF : Performs logical tests and returns values based on conditions. =IF(A1>10, "Yes", "No") COUNT : Counts numeric values in a range. =COUNT(A1:A10) LEN : Returns the length of a text string. =LEN(A1) Lookup and Reference Functions VLOOKUP : Looks for a value in the first column and returns a value in the same row from another column. =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) HLOOKUP : Similar to Here are practical examples of common Excel functions and how they can be applied in real-life scenarios: 1. SUM Scenario: Calculate the total sales for a week. Example: A B Day Sales Monday 200 Tuesday 150 Wednesday 300 Thursday 250 Friday 100 ...

Creating Wages Sheet using Microsoft Excel

  Creating wages sheet using Microsoft Excel The DAYS360 function in Microsoft Excel calculates the number of days between two dates based on a 360-day year (commonly used in financial calculations). A 360-day year assumes each month has 30 days, simplifying interest and payment schedules. Syntax: DAYS360(start_date, end_date, [method]) Parameters: start_date : The starting date (required). Enter it as a valid date or reference a cell containing a date. end_date : The ending date (required). Enter it similarly to the start_date. method : Logical value (optional). FALSE (default): Uses the U.S. (NASD) method for date calculations. TRUE : Uses the European method. Key Differences Between Methods: U.S. (NASD) : Adjusts the start and end dates depending on whether they fall on the 31st of a month. European : Always treats the start and end dates as the 30th of the month if they are the 31st. Example Usage: Example 1: Calculate days using the U.S. method =DAYS360("01/01/2024", ...

How to use Microsoft Excel PMT function?

  To use the PMT function in Microsoft Excel, follow these steps: Steps to Use the PMT Function: Open Excel : Open your Excel workbook where you want to calculate the payment. Select a Cell : Click on the cell where you want the result (monthly payment). Enter the PMT Function : Use the formula syntax: =PMT(rate, nper, pv, [fv], [type]) Input Arguments : rate : Interest rate per period (e.g., for a monthly rate, divide the annual rate by 12). nper : Total number of payment periods. pv : Present value (loan amount or investment). fv (optional) : Future value, usually 0 for loans. type (optional) : Payment timing: 0 (default): End of the period. 1: Beginning of the period. Press Enter : Excel will calculate and display the periodic payment. Example 1: Monthly Loan Payment Problem: You take a loan of $15,000 with an annual interest rate of 5%, to be repaid over 3 years (36 months). What is the monthly payment? Steps: Select a cell and enter: =PMT(5%/12, 3*12, -...