I have an application to run Excel at the background and close Exce
session after it exits. However, when application is running, Excel i
popped up on the screen and easier for user to interfere the process s
it is prone to user error.
I'd like to know an approach to hide Excel session when running at th
batch mode.
Any suggestion is appreciated
Dave Peterson - 23 Jul 2006 17:18 GMT
You have a response at one of your other posts.
> I have an application to run Excel at the background and close Excel
> session after it exits. However, when application is running, Excel is
[quoted text clipped - 11 lines]
> xiaoxshi's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=36665
> View this thread: http://www.excelforum.com/showthread.php?threadid=564097

Signature
Dave Peterson
Francisco Parrilla - 25 Jul 2006 00:17 GMT
Sub Novis()
Application.Visible = False / True
End Sub
--
Atte.
?T Francisco T?
http://groups.msn.com/ExcelVbaMacrosOffice
El verdadero buscador crece y aprende, y descubre que siempre es el
principal responsable de lo que sucede.
Jorge Bucay