answersLogoWhite

0

First select the text you want the comment for. To insert the comment, you can use the keyboard shortcut Ctrl - Alt - M to do it. You can also do it on the Review tab. On versions of Word before 2007, it is on the Insert menu.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you insert contact it for a new login as a comment for the selected text?

houme


How do you enter comments in excel?

To put comments into a cell, with the cell selected go to the Insert menu and pick Comment. You could also right click on the cell and pick Insert Comment from the shortcut menu that appears.


What do you insert when you want to insert notes into a worksheet?

You can type notes directly onto the worksheet, you could type them into a text box on the worksheet, or you can add comments, which are attached to a cell. Pressing Shift - F2 will enter a comment into the selected cell. A small red triangle in the top right corner will indicate that a cell has a comment and it can be seen by putting the cursor over the cell.


How do you insert a comment in CSS?

with a slash and an asterisk /* like this :D */


What is the keyboard shortcut to display the Insert Hyperlink dialog box?

CTRL - K inserts a hyperlink to selected text in various applications.


How do you put a comment in worksheet?

Comments can be placed in a cell by pressing Shift and F2. The comment goes into a text box. A red triangle will appear in the top right corner of the cell to show that a comment has been entered. Putting the cursor over the cell will show the comment as a pop up.


Can you remove selected text?

there is no way to remove a selected text especially if it is on Internet.


What is the best way Once a block of text is selected you can replace the selected text with new text by?

simply typing the new text


What html element does not display text on the web page as seen in the web browser the comment graphic image or text?

You can use the comment tags to include text in your HTML code that will not be displayed in the browser. Here is how you do that: <!-- Comment Text -->.


What the purpose of insert key?

It allows you to insert text at the insertion point. The default is to replace text when you type someplace in the middle of a word, but if you press the insert key, you will insert instead of replace with the text you type.


What does is the difference between highlighted text and a selected text?

There is no difference both are highlighted and selected.


What is the correct JavaScript syntax to insert a comment that has more than one line?

The proper syntax to insert a multi-line comment into JavaScript is to surround the comment with /* and */ function useless() { /* This function doesn't do anything We should come back to it. Soon. */ }