How to stop closing Excel in a programmatic GUI?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi,
My programmatic GUI is used to enter data in an excel spread sheet (.xlsx extension).
While users entering data in Excel, data will be compared with statements in my GUI. It will stop users from closing the Excel file until they enter right data.
Is there anyway to do it?
Thanks.
Answers (1)
Sean de Wolski
on 15 Oct 2014
0 votes
Are you accessing Excel through the COM API?
If so, don't close the application unless all of the criteria are met.
1 Comment
Khanh
on 16 Oct 2014
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!