While I can COM a specific Excel file as follows:
oExcelSheet=Createobject("excel.application"
oExcelSheet.workbooks.Open(myExcelFile) && a memvar path
I can't find an Excel COM object in object browser that correctly opens "myExcelFile" above INTO a VFP form.
(There are Excel-like spreadsheet COM objects that are not viable)
Any suggestions from any of you familiar with Excel and COM?
Thanks
Philip M. Traynor, DPM
oExcelSheet=Createobject("excel.application"

oExcelSheet.workbooks.Open(myExcelFile) && a memvar path
I can't find an Excel COM object in object browser that correctly opens "myExcelFile" above INTO a VFP form.
(There are Excel-like spreadsheet COM objects that are not viable)
Any suggestions from any of you familiar with Excel and COM?
Thanks
Philip M. Traynor, DPM