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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: supernewb
  • Content: Threads
  • Order by date
  1. supernewb

    Multi-page UserForm Navigation Stopped Working

    Hello, I created 3 multi-page user forms in vba for Word(UserForm1, UserForm2, UserForm3) When the user completes UserForm1, it closes and opens UserForm2....and so on. It has been working fine for a few years now with no problems (on both mac & pc) and suddenly, when UserForm2 opens, the...
  2. supernewb

    checkbox values

    hi all, i'm trying to look through a group of checkboxes to see if any of them have been checked. if ANY have been checked then i would like to make the value of the CheckBox_p2b true. word2000 document p2b (controls the subtitle on the document) p2b1 (bullet point1 on doc) p2b2 (bullet...
  3. supernewb

    Optimize Code - Part 2 (checkbox values)

    while i'm on the subject of optimizing my code... i have tried to shorten this with a do loop (there are actually some with 50 checkboxes). when testing, i can f8 thru the thing, but it doesn't actually do anything on the form. i've since deleted my practice do loop code, but can recreate if...
  4. supernewb

    Optimize Code?

    hi all, i'm running out of ideas. i now have two user forms (word2000)and they are huge & i will take the blame for some of this :O . both were getting "not enough memory errors" when i ran them- but i was able to optimize the first form and now it runs without errors. this is some code from...
  5. supernewb

    Word User Form -Saving Form with User Input?

    hi there, I am using Word2000, and am using a userform with a template. I have a form with 18 pages. The user finishes entering the info into the form for a few pages and and wants to save this input and go back later to finish entering the rest. I actually would like to save everything the...
  6. supernewb

    Word User Forms - Formatting Text that appears on Document

    hi all, i have created a user form in a Word template which passes along the selected/typed in info to a formatted Word Document (at designated bookmarks). one of the user fields is the applicants "first name". this "first name" is used many times throughout the finished document and works...
  7. supernewb

    Word Combo box - Can user select more than one option?

    hi there, I am working on a user form in Word 2000. I have populated a combobox with a list of items. When I go to use the form, I noticed that I can only select one item per combobox. I would like to be able to select two or more of the items in the combobox. Any tips on how to do this...
  8. supernewb

    Word User Form - Referencing Bookmarks

    I have created a simple user form in Word 2000 with two checkboxes (CheckBox1 and CheckBox2) with corresponding textboxes (TextBox1 and TextBox2). I would like the user to be able to select one or both of the checkboxes(got that part). On the word document, I have created a bookmark "b3" to...

Part and Inventory Search

Back
Top