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 Wanet Telecoms Ltd 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 Berlie

  1. Berlie

    VBA code that works with different languages

    Well thats my problem.. I don't know. The people that are telling me there are errors aren't being very helpful besides just saying "it don't work". If I knew what the error was I could probably find the problem code and why it was having trouble in other languages. Without being able to test...
  2. Berlie

    VBA code that works with different languages

    Sorry, MS Word. What things should I look out for in my code then that may be causing these problems?
  3. Berlie

    VBA code that works with different languages

    I have a VBA project that works just fine on an English language computer. People have tried to use it on computers that use a different language and it does not work. I am assuming that certain parts of the code that are referencing English language items and such are giving errors when trying...
  4. Berlie

    Userform variables available in other userform

    Just had a thought. Wonder if there is someway to unlink all the headers in all future sections from their previous headers within the first userform if the Chapter Title is selected for the left header. If I could set the header properties before they are created that would make it easier.
  5. Berlie

    Userform variables available in other userform

    Hey it looks like I got everything working now. I struggled with the code for the stupid "LinkToPrevious" property for the headers with the add new chapter userform. If I had to unlink the header from the previous one to have it replace the previous chapter title in the header with the new...
  6. Berlie

    Userform variables available in other userform

    Well I wasn't sure what to select besides "programmer". I actually have the entire thing working already except for that one part. I have the userform with multipages on it where the user makes all of their choices and enters their info. Right now the first form works fine, its the second Add...
  7. Berlie

    Userform variables available in other userform

    The end result is to provide a easier way to create a book document. I am creating a word template that when a new document is created based on that template it opens up a userform which asks the user to enter in the Book title, author name, copyright year, page size, fonts to use for different...
  8. Berlie

    Userform variables available in other userform

    I think I have figured this out. I am trying this with a simple form to try to get it to work before I incorporate it into my real one. Here is what I have so far. Can you let me know if this looks correct or if maybe I am not doing something right or could be doing it another better or easier...
  9. Berlie

    Userform variables available in other userform

    Thanks for the help. Reading more about this now. PS.. Any recommendations for a VBA book that is a step up from a beginners guide? Think I may be moving beyond what is covered in my "Absolute Beginners" book.
  10. Berlie

    Userform variables available in other userform

    I am very new to VBA and am working on my first Word template that has a few different userforms. How do you make a variable defined in a userform be able to be referenced in the code of another userform? Example: First UserForm allows the user to select Option1 or Option2. If they select...

Part and Inventory Search

Back
Top