About 311 results
Open links in new tab
  1. C# - Calculating page count in Microsoft Word - Bug?

    Sep 25, 2014 · To get the proper page count your program routine needs to do delete the final paragraph after it inserts the copied file and then check the page count. By design, only a …

  2. Cursor is jumping when using shape.Delete …

    Jun 1, 2016 · I have a textbox in every header/footer of a word document. When i delete the shape using shape.Delete () the cursor jumps to the end of the page.

  3. different column number on different pages

    Dec 9, 2014 · I' working with Microsoft Visual Studio 2013 (C#) to edit a MS Word document, but i never used this SDK before. My question is : how do i set a different number of columns on …

  4. Mail Merge Image displays a red x - social.msdn.microsoft.com

    May 3, 2013 · In part of the application, we have a correspondence section where the user may enter in data that will then become part of a Word document that is printed and sent to the …

  5. How to use the ActiveDocument from an Word AddIn?

    Jul 24, 2009 · In this Form i want to click on a Button and read a built in Bookmark or set this Bookmark of an ACTUALLY OPEN DOCUMENT. Cause after i start the debugger, Word …

  6. Error 9099

    Feb 24, 2012 · Update: Additional testing shows that if I put a stop statement at the top of the ReplaceTextWithDocVariable subroutine, close the document (the Colse event runs the …

  7. How to know if session.sessionid is alive?

    May 22, 2023 · If I got a sessionid of page A , How can I know if this id is still alive on page B? I mean , is there any object or method like "IsAlive ()" or "object.IsExist ()" ?

  8. Store update, insert, or delete statement affected an unexpected …

    Oct 7, 2021 · Store update, insert, or delete statement affected an unexpected number of rows (0). Entities may have been modified or deleted since entities were loaded. Refresh …

  9. Excel VBA - mail merge SQL Statements

    Oct 4, 2010 · I am merging data from an excel workbook into a word document to generate letters. The VBA code works fine until I put in a condition in the SQL statement. Without the …

  10. Display Pop up message programmatically

    Feb 14, 2012 · A SharePoint solution for Word could be the document information panel. The standard document information panel will just show the metadata of the content type, but you …