FoxPro/Visual FoxPro - excel-vfp7

 
Vista:

excel-vfp7

Publicado por Gaston (1 intervención) el 29/09/2004 23:35:10
Como tengo que hacer para poder agregarle una imagen a una hoja excel desde vfp7
yo tengo
TmpSheet=GetObject('','Excel.Sheet')
XLApp.visible=.T.
XLApp.workbooks.add()
XLSheet=XLApp.ActiveSheet
XLSheet.Cells(2,2)="Nombre"
XLSheet.Cells(2,2).font.bold=.T.
XLSheet.Cells(2,2).font.italic=.T.
XLSheet.Cells(2,2).font.size="38"
XLSheet.Cells(2,2).font.name="Arial"
pero no se como asignarle a una celda particular una imagen jpg
Desde ya muchas Gracias
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder