Thank you all. With your help, I now understand I made the mistake of equating,
objDoc.Bookmarks("Quantity").Range.Text = Qty1
as an assigment, when in fact the statement means type "Qty1" at the bookmark location. In order to overtype it, I must actually select "Qty1" by collapsing the...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.