View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
John[_113_] John[_113_] is offline
external usenet poster
 
Posts: 8
Default new window event

Thanks Bob, nice workaround!

"Bob Phillips" wrote in message
...
Try saving all the application window captions on startup, and each time a
window is activated, check against your list (array). If found, ignore, if
not its new so do your stuff and add it.

Maybe it would be best to check all windows on any activate, in case one
is
closed.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"John" wrote in message
...
Hi

xl2003. Does anyone know how I can get an event to fire when the user

opens
a new window ?

'withevents' in a class module offers activate, deactivate and resize but

no
other likely suspects.

Any help, advive or pointers gratefully received.

Many thanks
John