Closing User Form and reshowing in new document

E

Ed

I have a user form that allows me to open a selected existing document.

After the new document opens, I want the user form to be showing on the
screen which displays the new document. However, it always 'sticks' to the
original page.

I tried 'Me.Hide' in the code (before calling on the new document) and then
'Me.Show' (after the new document displays) hoping that that would do it,
but it does not.

Any ideas on how to untie a form from the page on which it is originally
invoked and show on another without a total unload?

--Ed (in Virginia)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top