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 Chris Miller 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. Scott1116

    Pagination and Page Counts in MS Word

    Heh, got that one covered-- many thanks!
  2. Scott1116

    Pagination and Page Counts in MS Word

    Done. Fine advice, Skip, thank you.
  3. Scott1116

    Pagination and Page Counts in MS Word

    My problem is solved. The root cause was I hadn't considered: a combination of hidden text and tracked changes was doing odd things to the page counts. After saving the document and before doing the first page count, I selected all the document text and set font.hidden to false. It yielded...
  4. Scott1116

    Pagination and Page Counts in MS Word

    I just gave that a try -- with and without the first repagination command-- and it's giving me the same numbers as before. Before my initial post, I also tried ActiveDocument.BuiltInDocumentProperties("Number of Pages") and doing a selection.text from the "Page # of ##" in the footer. I hadn't...
  5. Scott1116

    Pagination and Page Counts in MS Word

    My code goes through a folder of documents and deletes a section from each. Sometimes, particularly when Track Changes are on, an unwanted byproduct is a blank page. Accept the changes, and the blank page goes away. I want to keep track of the documents where this happens through these steps...
  6. Scott1116

    Continuous Forms Subform - Can't Get Off of 1st Record

    I've developed a new subform, and the new one doesn't have a problem. Thank you for helping me troubleshoot.
  7. Scott1116

    Continuous Forms Subform - Can't Get Off of 1st Record

    It's persisting even after commenting out the sub.
  8. Scott1116

    Continuous Forms Subform - Can't Get Off of 1st Record

    Oops -- should have addressed that in my first post. The subform has controls with click events that requery other controls in the subform. I tried commenting out that out, and I'm still getting the problem. The combo box of my master form has an After Update event that resets where clause of...
  9. Scott1116

    Continuous Forms Subform - Can't Get Off of 1st Record

    My parent form has a combo box that lists documents; selection of a document from the combo box populates a continuous forms subform that has details of all the versions of the document. Everything displays fine, and the subform selects the first record in the version list by default. When I...

Part and Inventory Search

Back
Top