Display Multiple User Forms

  • Thread starter Thread starter Ripan
  • Start date Start date
R

Ripan

Is there a way to display two userforms simulataneously.
I have an application with about 10 data entry forms. I want to creat
a navigation form that would always be open that would allow the use
to jump from one form to another.

How can I do this?

Thanks for any help
 
If you have Excel2000 or later, just create modeless forms (ShowModal
property = False)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
From a user standpoint, how about a multipage form?

Kind of like the Tools|Options menu?
 
Back
Top