View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default topmost modal form

If the form is modal, then only code associated with that form should be
running. It is hard to imagine a situation where you would need to determine
which is topmost. If it is a problem, it sounds like a design problem or a
record keeping problem.

--
Regards,
Tom Ogilvy



"chfa" wrote:

Hi,

how can I evaluate which Form is the topmost??

ChFa