comandbutton 2 select multipage

  • Thread starter Thread starter pswanie
  • Start date Start date
P

pswanie

i am new to userforms but got a userform with a multipage and 6 pages. what
code would go with commandbutton13 on tab1 to select tab 5 and setfocus to
commandbutton20
 
With Me

.MultiPage1.Value = 4
.CommandButton20.SetFocus
End With


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Multipage label caption 2
Multipage control 3
Multipage control help 3
MultiPage Control 6
Initialization using Multipage Tab 4
Multipage Buttons?? 6
Userform - Return Control Clicked 5
Multipage error 1

Back
Top