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";
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Default Text | str |
Input string |
|
Enter the notes content |
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$="";