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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.