Search results

  1. G

    Image in Excel 2007

    Hi. I found a solution for Excel 2007. The following code inserts the image at row 1 column 1. chWorkSheet:Rows(1):SELECT NO-ERROR. /*Maybe not needed*/ chWorkSheetRange = chWorkSheet:Pictures:INSERT(link to image). chWorkSheetRange:TOP = 1. chWorkSheetRange:LEFT = 1.
  2. G

    Image in Excel 2007

    Hi. Hope that someone can help me with this. In our programs we use export to excel and it has always worked fine. We use Windows Xp and Microsoft Excel 2000 and progress version 9.1D. In our program that creates the excel application and the worksheet we insert our customers company logo...
Back
Top