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 IamaSherpa 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: *

  1. rwgress

    Open Word template from Access and pass arguments to AutoNew

    Skip, Thanks for the advice, it is very helpful. I will see what I can do with it. After a much needed vacation, I realize I don't need to use AutoNew. I can any Sub and send arguments as needed. Now if I can only find the time.... Thanks again. rwgress
  2. rwgress

    Open Word template from Access and pass arguments to AutoNew

    A form. The form shows all eligible PNs and checkboxes for each. The user checks which PNs to create bulletins for. My code will create a recordset of pertinent data, then loop through the recordset. For each record, I want to invoke the Word template and pass the data. The template will then...
  3. rwgress

    Open Word template from Access and pass arguments to AutoNew

    I am trying to automate creation of a type of bulletin we create. The user selects a part number (or several part numbers) from an Access database and clicks the create button. I want to pass key data from Access to a Word template (through AutoNew). This existing template already does all that...
  4. rwgress

    MS Word Date Automation

    Glad to help.
  5. rwgress

    MS Word Date Automation

    This code will work. Add it to AutoNew() (to run when a new document is created from the template) or add it to AutoOpen() to run whenever a document created from the template is opened. Sub AutoNew() Dim i As Integer 'You need to add bookmark to the template, called today...
  6. rwgress

    MS Word - Macro on toolbar

    To add an icon to a toolbar to run a macro use this procedure: 1. Click Tools\Customize (or right click on a toolbar and select customize). 2. On the Customize dialog box, select the Commands tab. 3. In the categories window, select Macros. 4. Find the Macro in the Commands window, click and...

Part and Inventory Search

Back
Top