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)
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)