To make a change to a comment, right click the appropriate worksheet cell, and then click ________ from the resulting shortcut menu

A) Edit Comment B) Alter Comment C) Change Comment D) Modify Comment


A

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The value of strVar.Length is the number of characters in the value of strVar. 2. The value of "abcd".IndexOf("b") is 2. 3. The following lines are valid. (T/F) Dim h As String = "Hello" txtBox.Text = CStr(h.IndexOf("h")) 4. All comment statements must be placed at the beginning of a program. 5. The statement lstBox.Items.Add("") clears all the text from the list

Computer Science & Information Technology

When you choose View > Design Mode or click the Design mode link, which page appears in Design mode?

What will be an ideal response?

Computer Science & Information Technology

A pie chart can be used to display multiple series

Indicate whether the statement is true or false

Computer Science & Information Technology

If you use the Top Values option to show the top 5 records and there is a tie for fifth place, the datasheet will display ____.

A. Only four records B. The first four records plus all records that tie for fifth place C. The first four records plus one record for fifth place determined by the value in the key field of the records that tie D. An error message indicating that the Top Values entry must be changed

Computer Science & Information Technology