Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to stop closing Excel in a programmatic GUI?

1 visualización (últimos 30 días)
Khanh
Khanh el 15 de Oct. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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.

Respuestas (1)

Sean de Wolski
Sean de Wolski el 15 de Oct. de 2014
Are you accessing Excel through the COM API?
If so, don't close the application unless all of the criteria are met.
  1 comentario
Khanh
Khanh el 16 de Oct. de 2014
Hi Sean de Wolski,
Thanks for your reply. I use winopen(myfilename) to open the file.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by