Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking to Excel
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00242046
Message ID:
00242252
Views:
22
>When I issue:
>
>oExcel = CreateObject("Excel.Application")
>
>I get an ole error "Server execution failed"
>
>
>Anyone knnow whats wrong here?

Some kind of registry problem, apparently. Some of our machines here (including one of my own) have this same problem. The successful fix I've used here is the GETOBJECT method instead:

oTemp = GetObject('','excel.sheet')
thisform.oExcel = oTemp.application
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform