How to add program to hide Excel session

  • Thread starter Thread starter xiaoxshi
  • Start date Start date
X

xiaoxshi

I have an application to run Excel at the background and close Excel
session after it exits. However, when application is running, Excel is
popped up on the screen and easier for user to interfere the process so
it is prone to user error.

I'd like to know an approach to hide Excel session when running at the
batch mode.

Any suggestion is appreciated.
 
Be very careful hiding the instance of Excel. It tends to cause more problems
than it solves. The problem is that if something goes wrong then there is no
(easy way) to view the instance of Excel to see what is going wrong.
Additionally if a user opens a spreadsheet while the instance of Excel is
hidden it may open in the hidden instance... Just my two cents...
 

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

Back
Top