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 |