main logo
Subject: RE: Opening an Excel Spreadsheet from Foxpro
Author: "Bill Arnold"
Posted: 2005/11/30 18:13:05
 
View Entire Thread
New Search



Hi Chet,

You mean something like this?

SELECT (mytable)
_vfp.DataToClip(,,3)
oexel=CREATEOBJECT("excel.application")
oexel.Workbooks.Add()
oExel.ActiveSheet.paste
oexel.Visible=.t.


Bill



> Ooops. I just realized I don't fully know how to open up an Excel
> spreadsheet in Excel for editing from a VFP Application.
>
> I know how to connect to an Excel object and read and write
> cells from
> VFP. Is it just another method in an Excel object in VFP or is there
> more that has to be done?
>
> TIA
>
> Chet




 
©2005 Bill Arnold
<-- Prior Message New Search Next Message -->