Hello,
Is is possible to write a BMP-file to a cell in excel?
Thanks,
Marc
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oExcel
oExcel = CREATEOBJECT( "Excel.Application" )
oExcel:WorkBooks:Add()
oExcel:ActiveSheet:Shapes:AddPicture( "C:\FWH\BITMAPS\FIVEWIN.BMP", .F., .T., 50, 50, 200, 200 )
oExcel:Visible = .T.
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 105 guests