Thread: Hidden Userform
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
donwb donwb is offline
external usenet poster
 
Posts: 81
Default Hidden Userform

Excel 2003 Win XP
I have a large (physically) userform one control of which calls another
(smaller) UF.
Sometimes the smaller form, when called, appears on top of the larger one
which is the required result.
However sometimes it is beneath or hidden by the larger one which is not the
required result.

If I minimise the larger form, move the smaller one to where part of it is
visible
when the larger one is maximised again, then click the smaller form itself,
(not a control) then all the form is on top of the larger one.
I have tried repaint to no avail.
How can I ensure the smaller form, when called, always appears on top of the
larger one.
Could I click the smaller form programmatically.
donwb