Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching Excel from within FoxPro
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00120781
Message ID:
00120792
Views:
22
>Greetings!
>
>When running an .APP, I can successfully launch Excel under program control by issuing "RUN /N excel c:\temp". This loads an .XLS file called TEMP into Excel. (The temp file is created by FoxPro based on preferences in a grid.) Apparently,
>I will appreciate any help. Thank you!
>
>Michael Reynolds


If you are using VFP you can subclass Excel and control it totally from within VFP. There are some samples on my web page you can download, but to start excel you might try:
oxcel=createobject('excel.application')
then test with
? type('oxcel.application')='O'
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform