Right-click context menu of worksheet cell: Insert Arrow
Insert arrow into a worksheet cell
X-Function not designed for Auto GetN Dialog.
1. insertArrow;
2. insertArrow orng:=col(1)[1];
3. insertArrow type:=down orng:=col(1)[1];
Please refer to the page for additional option switches when accessing the x-function from script
Input
int
Specify the arrow type. Option list:
Output
Range
Specify the worksheet cell to save the inserted image. E.g. Col(A)[2].
See the syntax here.
This function inserts an arrow in the cell. The right-click context menu for worksheet cell offers an "Insert Arrow" item.
Right-click a worksheet cell and select Insert Arrow: Right to add a right arrow
insertImg, insertGraph