Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by lbb4ever

  1. lbb4ever

    Word VBA - Multipage userform

    I see. I didn't realize that. I will remember next time. Thanks Gerry
  2. lbb4ever

    Word VBA - Multipage userform

    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...?
  3. lbb4ever

    Word VBA - Multipage userform

    Where did I cross post it? I did post it another site, but not this one.
  4. lbb4ever

    Word VBA - Multipage userform

    Haha. I didn't realize someone else answered. Sorry! Thank you Skip. Thank you Gerry. Oh, the answer was "ignore it".
  5. lbb4ever

    Word VBA - Multipage userform

    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...
  6. lbb4ever

    Word VBA - Multipage userform

    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...
  7. lbb4ever

    Word VBA - Multipage userform

    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...
  8. lbb4ever

    MS Word & Insert Date (Help!!!)

    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...

Part and Inventory Search

Back
Top