Openning a UserForm

  • Thread starter Patrick Simonds
  • Start date
P

Patrick Simonds

I created a UserForm which I am using a MultiPage control. Is there any way
that when the UserForm is opened it always opens with Page 1 of the
MultiPage control having focus?
 
R

Ron de Bruin

Hi Patrick


You must use Value (0 is the first page)


Me.MultiPage1.Value = 0 'Page 1
 

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

Similar Threads


Top