Display Multiple User Forms

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
 
B

Bob Phillips

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

Dave Peterson

From a user standpoint, how about a multipage form?

Kind of like the Tools|Options menu?
 
Top