Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with shutting down Excel after CREATEOBJECT()
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00633617
Message ID:
00633620
Views:
27
This message has been marked as the solution to the initial question of the thread.
Joe,

Try adding the following lines to the code. This should allow users control of the Excel Spreadsheet.

x1.UserControl= .T.
x1.Visible = .T.

Also make sure at the end, you release the Excel object
x1 = .NULL.

Hope this helps,
Kurt
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform