Prevent Excel crash when running

R

rauxalacch

I have application that export data to Excel ".xls" file,i set i
invisible when it's running (during 15 minutes), if user open manua
other excel workbook to do something, my excel is visile and if use
close their excel workbookd, my export task is crash.
So how can i prevent my application crash from user ???
Anyone pls help me ??
 
G

Guest

Hi rauxalacch,

Application.IgnoreRemoteRequests = True will prevent other workbooks from
being opened in the instance of Excel you're working in.

Regards,
Vic Eldridge
 

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