Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ClassName for Excel
Message
From
24/08/1998 07:28:59
 
 
To
24/08/1998 06:58:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00129216
Message ID:
00129257
Views:
19
Thanks for the replay but...
That did not work...
I tried ooObject=CREATEOBJECT("Excel.Application")
But I get:

OLE Error code 0x800020006: Unknown Name.

Anymore suggestions...Here is the code:
ctext=getfile('XLS',cdisplay,'OK',1)
oObject=createobject("Excel.Application")
oObject.AppMinimize
oObject.FileNew
oObject.FileSaveAs(ctext)

thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform