Equivalent to clicking the Picture command on the Insert menu. This function is available for Microsoft Excel for Windows only .
Syntax
INSERT.PICTURE(file_name, filter_number)
INSERT.PICTURE?(file_name, filter_number)
File_name is the name, as text, of the file containing the picture that you want to insert into your workbook.
Filter_number is a number specifying which converter Microsoft Excel will use to open the file.
| Convert_type | Converter and filename extension |
| 1 | Windows Bitmaps (bmp) |
| 2 | Windows Metafile (wmf) |
| 3 | DrawPerfect (wpg) |
| 4 | Micrografix Designer/Draw (drw) |
| 5 | AutoCAD Format 2-D (dxf) |
| 6 | HP Graphics Language (hgl) |
| 7 | Computer Graphics Metafile (cgm) |
| 8 | Encapsulated Postscript (eps) |
| 9 | Tagged Image Format (tif) |
| 10 | PC PaintBrush (pcx) |
| 11 | Lotus 1-2-3 Graphic (pic) |
| 12 | AutoCAD Plot Files (plt) |
| 13 | Macintosh PICT (pct) |
Return to index