Right-click context menu of worksheet cell: Insert Images from Files
Insert image(s) into worksheet cell(s)
1. insertimg fname:=c:\pepper.bmp;
2. insertimg fname:=c:\car.bmp orng:=[Book1]Sheet1!col(1)[2];
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
int
Options list:
Output
Range
See the syntax here.
This X-Function inserts images from files into worksheet cells. When you double-click on the cell that has an inserted image, the image will be opened in a separated image window. Once opened, the image can be processed by the a bunch of images processing tools.
insertGraph, insertNotes, insertSparklines, insertArrow, insertVar