How to disable tip message when clos a application ?

R

Ricmy_zhu

Dear All:

I have a question .
I use the Office 2000 VBA to open a office 97 format .xls(this file have
some formulas). when I close this file
(m_xlsApp.Quit(covFalse,covOptional,covOptional);),there will show some
message to tip us this files have been modify ,
I wish to disable this tips and silent to close application ,

Can someone tell me how to do?
 
C

Cindy Meister

If you read the object model help about the QUIT method for Excel, it will
tell you what need to know about surpressing prompts to save files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top