Thread: Application
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Application

Again, do you mean workbook? If so, try

Windows(workbook_name).Visible = False

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Michael" wrote in message
...
Hi.
In my application i have a macro that open another application, is it
possible to hide that application and still be able to write to it?

Mike