Thread
:
Hide "Excel" when running VB
View Single Post
#
2
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel
Jim Thomlinson[_3_]
external usenet poster
Posts: 983
Hide "Excel" when running VB
application.visible = false
Careful with this though. Make sure you have proper error handling. If your
code crashes... Your excel will not come back...
HTH
"Old Car" wrote:
Is there a way to hide "Excel" when its
VB
code is running? Thanks.
Reply With Quote
Jim Thomlinson[_3_]
View Public Profile
Find all posts by Jim Thomlinson[_3_]