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 Mike Lewis 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. portlandtrailblazer

    time delays in VBA

    I frequently find that my programs trip over themselves unless I insert a time delay in the code. I insert a time delay by starting a counter to count to 500 or 100 or whatever. One recent example is getting MSWord to paginate a document. I needed to access BuiltInDocumentProperties for...
  2. portlandtrailblazer

    Print last page(s) of a document

    Thank you, tsuji. I got it to work. Another question, though: I was trying to make it print using the syntax: Dim intPages As Integer Dim intPagesAppended As Integer intPages = ActiveDocument.BuiltInDocumentProperties (wdPropertyPages) intPagesAppended = intPages + 10...
  3. portlandtrailblazer

    Print last page(s) of a document

    I have a multi-page MSWord document. I append a section to the end of the document. I want to PRINT ONLY the last page or pages that this appended section is on. Application is medical records: add information from most recent patient encounter at the end of the MSWord document for that...

Part and Inventory Search

Back
Top