Thread: Application
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Michael Michael is offline
external usenet poster
 
Posts: 791
Default Application

Yes its a workbook, its called statistikk

But it didnt work as i hoped!

I get "type mismatch" or "subscript out of range".

i know it is open but it seems that the macro dosnt find it.

Windows(Statistikk).Visible = False

or

Windows("Statistikk").Visible = False

doesnt work
--
Nil Satis Nisi Optimum


"Bob Phillips" wrote:

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