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 MikeeOK 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: Dwight3238
  • Content: Threads
  • Order by date
  1. Dwight3238

    date format

    i'm writing some VBA code for Word and in a text box in a userform i'm getting the user to input the date in the mm/dd/yyyy format, though that's just verbal instructions i don't know how to control that input. my issue is that i need to convert that date to the "mmmm dd, yyyy&quot...
  2. Dwight3238

    moving a file

    I'm using VBA to open a new document from a template that i pick from a list of templates in a directory. i open only one document from it and then i need to move this template to an archive folder. That way it won't appear in the list of templates the next time i use this project. I have tried...
  3. Dwight3238

    still having trouble going from code to form to code

    Hi, in my Word VBA code i have an if statement that if true calls a user form. When finished with the user form i want to come back to the code and continue. i got the switching to the form part ok with userform.show but how do i get back.
  4. Dwight3238

    ok a new issue in my Word template

    ok a new issue in my Word template VBA project. i'm trying to have the records from my database display in a combo box. earlier in my code i opened this database and grabed a single record. now when i try to grab all records for my list i get the single record from before repeated as many times...
  5. Dwight3238

    User Forms in VBA

    Hi I'm creating a automation template in Word and I need to use multiple user forms, how do I get the code to open the next form from the previous one?
  6. Dwight3238

    Need to get a record from MS Access using Word VBA

    I'm creating a Word XP template using VBA and I needs to get a record from a MS Access database table. I have tried every example that I can find but none seem to work. Can someone help.

Part and Inventory Search

Back
Top