Search results

  1. RoelG

    Image in Excel 2007

    The code in the above example puts the image into pixel-position 1:1 of the sheet. To put an image into a cell you can use this code: DEFINE VARIABLE vchExcel AS COM-HANDLE NO-UNDO. DEFINE VARIABLE vchWorksheet AS COM-HANDLE NO-UNDO. DEFINE VARIABLE vchWorkbook AS COM-HANDLE...
Top