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 John Tel 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. WindmillChaser

    Changing text in word bookmark

    I have an application where I fill in the values of the bookmarks in a word template. I need to loop a file to add up the quantity. At the first pass, I assigned the value to the bookmark thus, objDoc.Bookmarks("Quantity").Range.Text = Qty1 When it loops around it is assigned the new value...
  2. WindmillChaser

    Changing text in word bookmark

    I have an application where I fill in the values of the bookmarks in a word template. I need to loop a file to add up the quantity. At I loop the assigned the value to the bookmark, objDoc.Bookmarks("Quantity").Range.Text = Qty1 When it loop comes around it is assigned the new value...

Part and Inventory Search

Back
Top