View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dale Fye Dale Fye is offline
external usenet poster
 
Posts: 169
Default Userform moves when hidden and shown again.

I have a segment of code in my application that hides the active form, opens
a new form, then one the new form is closed, shows the original form.
However, when the first form is shown, it has been repositioned. Any ideas
what is causing this and how to overcome it? frm1 is originally opened with
modal set to false.

frm1.Hide
frm2.Show
frm1.Show 0

Dale
--
Don''t forget to rate the post if it was helpful!

Email address is not valid.
Please reply to newsgroup only.