Macro Sheets Only
Equivalent to choosing the Note command from the Insert menu. Creates a note or replaces characters in a note. Use NOTE to create a cell note or to replace a specified number of characters with other text.
Syntax
NOTE(add_text, cell_ref, start_char, num_chars)
NOTE?( )
Add_text is text of up to 255 characters you want to add to a note. Add_text must be enclosed in quotation marks.
Cell_ref is the cell to which you want to add the note text. If cell_ref is omitted, add_text is added to the active cell's note.
Start_char is the number of the character at which you want add_text to be added. If start_char is omitted, it is assumed to be 1. If there is no existing note, start_char is ignored.
Num_chars is the number of characters that you want to replace in the note. If num_chars is omitted, it is assumed to be equal to the length of the note.
Remarks
To find out if a cell has a note attached to it, use GET.CELL.
Related Functions
GET.NOTE Returns characters from a note
SOUND.NOTE Records or imports sounds into or erases sound from cell notes
List of Command-Equivalent Functions