Insert Note
Add a Notes to a worksheet cell
Minimum Origin Version Required: 2022
X-Function not designed for Auto GetN Dialog.
1. insertcmt str:="This is a peak";
2. insertcmt str:="New Data" orng:=[Book1]Sheet1!col(1)[2];
Input
string
Output
Range
See the syntax here.
This X-Function is used to add a note to a selected worksheet cell. You can also
After running insertcmt to add a note to a worksheet cell, you can select the cell again and further customize or remove the note.
s.Notes$
s.ed = 2;
s.Notes$="";
insertArrow, insertGraph, insertImg