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?
 

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

Back
Top