Sorry. It's a big 'net out there. You guys are great, but there are other forums I use as resources. I understand not posting in another forum on this site, but to not post ANYWHERE else on the internet...?
You're BEAUTIFUL!
Here's what I got:
Private Sub spinButton_SpinUp()
myIndex = Me.MultiPage1.SelectedItem.Index
imVisible = False
Do Until imVisible = True
Me.MultiPage1.Value = myIndex + 1
If Me.MultiPage1.SelectedItem.Visible = True Then
imVisible = True
End...
Thanks for the reply, Gerry.
The buttons are Previous/Next buttons. They remain static on the form - they are not on the multipage. I need those buttons for the user to navigate from one page to the next in succession. Like the scroll buttons that automatically show up if your form has too...
Hi,
I have created a multipage userform for a Word [2003] document. One of the pages has numerous checkboxes. For each checkbox, there is a corresponding page/tab that will become visible when set to True.
My issue is trying to create Previous/Next commands so the user can easily move from one...
Hi :)
Our company does mailing lists and basically uses the same mail merge template. The only thing that we need to physically change is the date of the letter, but we need to change the date for a few days into the future. However, changing the date has been known to be overlooked. I need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.