![]() |
|
#1
|
|||
|
|||
![]() Quote:
If fields are not updating at print then something is odd. We can try to rectify this by updating fields in the document before printing each copy as in your original code. Replace the print loop with the following and let us know how you get on. Code:
For copy_number = first_copy To last_copy With ActiveDocument .CustomDocumentProperties(cdp_name) = CStr(copy_number) .Fields.Update .PrintOut copies:=1, Range:=wdPrintRangeOfPages, pages:=my_form.txtPages.Value End With Next |
#2
|
|||
|
|||
![]() Quote:
However, whilst the fields (read serial number fields) are updating as excepted and always have been (sorry I think I've added to the confusion here), the links aren't. The idea behind the links updating is to make sure that the embedded tables in the document are updated with the latest information from the spreadsheet that it is linked to prior to printing. I've gone back to my very original code and confirmed that the updating of the links still works which it does so I'm at a loss as to why your code with contains pretty much the same coding doesn't run the updating of the links. Still happy to share the word doc and spreadsheet workbook if necessary. EDIT - have now got the embedded tables in the document updating as expected when printing the entire document by adding 'Activedocument.Fields.Update' before the 'ActiveDocument.Printout Copies:=1' line of code. Worked as expected when printing just selected pages from the document so initially had me scratching my head but the answer was obvious when I stepped back and had a proper look. Now to put it into the production environment and check that it works as I expect it to. Last edited by kiwimtnbkr; 05-30-2018 at 05:42 PM. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help with Case and Select case | brent chadwick | Word VBA | 34 | 10-18-2015 02:13 PM |
Replace & case | Jennifer Murphy | Word | 1 | 02-11-2013 03:26 AM |
![]() |
kyjac85 | Word VBA | 13 | 09-20-2012 05:00 PM |
Problem with the sendkeys in Win7 | vidyapakki | Excel Programming | 1 | 05-07-2012 11:10 PM |
![]() |
davers | Word | 1 | 04-30-2009 12:41 PM |